Skip to content

Commit

Permalink
Fix grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
KmolYuan committed Aug 12, 2023
1 parent 2b2fcc7 commit fe89ead
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#![doc = include_str!("../README.md")]
//! # Features
//!
//! This crate support no-std solution via using "libm", a crate provide
//! pure-rust math functions. Disable the "std" feature will automatic enable
//! it.
//! This crate supports no-std solution via using "libm", a crate provides
//! pure-rust math functions. Disable the "std" feature will automatically
//! enable it.
#![warn(missing_docs)]
#![forbid(unsafe_code)]
#![cfg_attr(not(feature = "std"), no_std)]
Expand Down

0 comments on commit fe89ead

Please sign in to comment.