Skip to content

Commit 40d68f4

Browse files
authored
Merge pull request #3 from brunorosilva/patch-1
docs: fixed typo in code block
2 parents ef355d6 + d074135 commit 40d68f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ use std::io::Read;
269269
Then we can add a new function:
270270

271271
```rust
272-
/// Give are gistration list and check if name is in it
272+
/// Give a registration list and check if name is in it
273273
#[pyfunction]
274274
fn check_reg(filename: String, name: String) -> PyResult<String> {
275275
let mut file = File::open(filename).expect("File not exist");

0 commit comments

Comments
 (0)