Skip to content

Commit ba11d50

Browse files
committed
Merge rust-bitcoin#4947: docs: fix typo in comment
32ba81c docs: fix typo in comment (MozirDmitriy) Pull request description: rror -> error ACKs for top commit: apoelstra: ACK 32ba81c; successfully ran local tests Tree-SHA512: 7cdef5b61afe54f4b4c3e83b1acae786df95de3dbfe985930b4ba8205f91bcd435bedbc13780a318011ef642731b2f96cd12c680b2b62e3355293d794988e2c3
2 parents d0680a2 + 32ba81c commit ba11d50

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)