@@ -156,7 +156,7 @@ fn embed_single_utility_locale(
156156///
157157/// # Errors
158158///
159- /// Returns an error if the `src/uu` directory cannot be read, if any utility
159+ /// Returns an error if the `src/uu` directory cannot be read, if any utility
160160/// locales cannot be embedded, or if flushing the `embedded_file` fails.
161161fn embed_all_utility_locales (
162162 embedded_file : & mut std:: fs:: File ,
@@ -207,7 +207,7 @@ fn embed_all_utility_locales(
207207///
208208/// # Errors
209209///
210- /// Returns an error if the directory containing the crate cannot be read or
210+ /// Returns an error if the directory containing the crate cannot be read or
211211/// if writing to the `embedded_file` fails.
212212fn embed_static_utility_locales (
213213 embedded_file : & mut std:: fs:: File ,
@@ -300,7 +300,7 @@ where
300300///
301301/// # Errors
302302///
303- /// Returns an error if the file at `locale_path` cannot be read or if
303+ /// Returns an error if the file at `locale_path` cannot be read or if
304304/// writing to `embedded_file` fails.
305305fn embed_locale_file (
306306 embedded_file : & mut std:: fs:: File ,
@@ -336,7 +336,7 @@ fn embed_locale_file(
336336///
337337/// # Errors
338338///
339- /// Returns an error if `for_each_locale` fails, which typically happens if
339+ /// Returns an error if `for_each_locale` fails, which typically happens if
340340/// reading a locale file or writing to the `embedded_file` fails.
341341fn embed_component_locales < F > (
342342 embedded_file : & mut std:: fs:: File ,
0 commit comments