Skip to content

Commit d8eca39

Browse files
authored
Later vs. latter
1 parent 5e6e291 commit d8eca39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ If you want to add to this document, please submit a pull request or open an iss
646646
<sup>[[link](#kernel-functions)]</sup>
647647

648648
* <a name="stdlib-modules"></a>
649-
Be wary of naming modules the same as modules in the stdlib. Sometimes `YourProject.DataTypeString` is a less error-prone choice as the seemingly cleaner `YourProject.DataType.String` because aliasing the later in a module makes the *normal* `String` module unavailable.
649+
Be wary of naming modules the same as modules in the stdlib. Sometimes `YourProject.DataTypeString` is a less error-prone choice as the seemingly cleaner `YourProject.DataType.String` because aliasing the latter in a module makes the *normal* `String` module unavailable.
650650
<sup>[[link](#stdlib-modules)]</sup>
651651

652652

0 commit comments

Comments
 (0)