1
Fork 0

libstd/libcore: fix various typos

This commit is contained in:
Andy Russell 2020-07-07 20:48:15 -04:00
parent e1beee4992
commit 133e91da62
No known key found for this signature in database
GPG key ID: BE2221033EDBC374
19 changed files with 34 additions and 34 deletions

View file

@ -1044,7 +1044,7 @@ pub(crate) mod builtin {
};
}
/// Includes a utf8-encoded file as a string.
/// Includes a UTF-8 encoded file as a string.
///
/// The file is located relative to the current file (similarly to how
/// modules are found). The provided path is interpreted in a platform-specific