Skip to content

Commit 090b356

Browse files
authored
Fix typo: hygeiene -> hygiene
1 parent 8ed9a11 commit 090b356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-format-args-implicit-identifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ However, Python 3 cannot improve the ergonomics of these functions in the same w
193193

194194
but as noted in [PEP 498](https://www.python.org/dev/peps/pep-0498/#no-use-of-globals-or-locals), the Python language designers had reasons why they wanted to avoid this pattern becoming commonplace in Python code.)
195195

196-
Rust's macros are not constrained by the same technical limitations, being free to introduce syntax as long as it is supported by the macro system and hygeiene. The macros can therefore enjoy carefully-designed ergonomic improvements without needing to reach for large extensions such as interpolation.
196+
Rust's macros are not constrained by the same technical limitations, being free to introduce syntax as long as it is supported by the macro system and hygiene. The macros can therefore enjoy carefully-designed ergonomic improvements without needing to reach for large extensions such as interpolation.
197197

198198
The RFC author would argue that if named arguments (implicit or regular) become popular as a result of implementation of this RFC, then the following interpolation-free invocations would be easy to read and good style:
199199

0 commit comments

Comments
 (0)