Skip to content

Commit 32ba81c

Browse files
authored
docs: fix typo in comment
1 parent a550947 commit 32ba81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub mod foo {
9494

9595
/// Some function.
9696
pub some_function() -> SomeError {
97-
// Example rror logic
97+
// Example error logic
9898
SomeError::Foo(FooError { ... })
9999
}
100100

0 commit comments

Comments
 (0)