Skip to content

Commit a9d1793

Browse files
src/lib.rs: add missing period in module documentation
1 parent 33f0a71 commit a9d1793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//! The git2-rs library strives to be as close to libgit2 as possible, but also
1010
//! strives to make using libgit2 as safe as possible. All resource management
1111
//! is automatic as well as adding strong types to all interfaces (including
12-
//! `Result`)
12+
//! `Result`).
1313
//!
1414
//! ## Creating a `Repository`
1515
//!

0 commit comments

Comments
 (0)