Skip to content

Commit 80d3a76

Browse files
Fix weird wording about license in crate root documentation
1 parent 40b213e commit 80d3a76

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/lib.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@
2929
//!
3030
//! # License
3131
//!
32-
//! This software is a binding of the SFML library created by Laurent Gomila, which
33-
//! is provided under the Zlib/png license.
32+
//! This software is a binding of the SFML library created by Laurent Gomila,
33+
//! which is provided under the Zlib/png license.
3434
//!
35-
//! This software is provided under the same license than the SFML, the Zlib/png
36-
//! license.
35+
//! This software is provided under the same license as SFML, the Zlib/png license.
3736
//!
3837
3938
#![warn(

0 commit comments

Comments
 (0)