Improve wording in a doc comment [NFC]

This commit is contained in:
Xiaodi Wu 2017-08-01 21:28:35 -05:00
parent 00d7fab46f
commit af461df38c
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
/// print(a) // Prints "3/3"
/// ```
///
/// All arithmetic operations with values in canonical form (i.e. reduced to
/// lowest terms) return results in canonical form. However, operations with
/// All arithmetic operations on values in canonical form (i.e. reduced to
/// lowest terms) return results in canonical form. However, operations on
/// values not in canonical form may or may not return results that are
/// themselves in canonical form. The property `canonicalized` is the canonical
/// form of any value.