Skip to content

Commit

Permalink
IScribe: Fix small error in function doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmerkleplant committed Nov 2, 2023
1 parent c508c23 commit 0bc6f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IScribe.sol
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ interface IScribe is IChronicle {
/// currently acceptable for message `message`.
/// @dev Note that a valid Schnorr signature is only acceptable if the
/// signature was signed by exactly bar many feeds.
/// For more info, see `bar()(uint8)` and `feeds()(address[],uint8[])`.
/// For more info, see `bar()(uint8)` and `feeds()(address[])`.
/// @dev Note that bar and feeds are configurable, meaning a once acceptable
/// Schnorr signature may become unacceptable in the future.
/// @param message The message expected to be signed via `schnorrData`.
Expand Down

0 comments on commit 0bc6f44

Please sign in to comment.