1
Fork 0

fix various typos in doc comments

This commit is contained in:
Andy Russell 2018-11-12 13:05:20 -05:00
parent 0195812aea
commit 4e35cbb22e
No known key found for this signature in database
GPG key ID: BE2221033EDBC374
49 changed files with 68 additions and 68 deletions

View file

@ -615,7 +615,7 @@ mod loop_keyword { }
//
/// The keyword used to define structs.
///
/// Structs in Rust come in three flavours: Structs with named fields, tuple structs, and unit
/// Structs in Rust come in three flavors: Structs with named fields, tuple structs, and unit
/// structs.
///
/// ```rust