Fix trailnig WS · rust-lang/rust@a2f9aaf (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit a2f9aaf
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -178,7 +178,7 @@ impl Once { | ||
178 | 178 | /// happens-before relation between the closure and code executing after the |
179 | 179 | /// return). |
180 | 180 | /// |
181 | - /// If the given closure recusively invokes `call_once` on the same `Once` | |
181 | + /// If the given closure recusively invokes `call_once` on the same `Once` | |
182 | 182 | /// instance the exact behavior is not specified, allowed outcomes are |
183 | 183 | /// a panic or a deadlock. |
184 | 184 | /// |