Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 66c68e3

Browse files
paulniceandre-richter
authored andcommitted
Fix a typo
1 parent 55499d0 commit 66c68e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎04_safe_globals/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ diff -uNr 03_hacky_hello_world/src/bsp/raspberrypi/console.rs 04_safe_globals/sr
177177
+/// serialize access.
178178
+impl console::interface::Write for QEMUOutput {
179179
+ fn write_fmt(&self, args: core::fmt::Arguments) -> fmt::Result {
180-
+ // Fully qualified syntax for the call to `core::fmt::Write::write:fmt()` to increase
180+
+ // Fully qualified syntax for the call to `core::fmt::Write::write_fmt()` to increase
181181
+ // readability.
182182
+ self.inner.lock(|inner| fmt::Write::write_fmt(inner, args))
183183
+ }

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /