Skip to content

Commit c879f86

Browse files
committed
Merge pull request #97 from frewsxcv/patch-1
Fix typo: 'queue' → 'cue'.
2 parents 179d920 + b1ee9c9 commit c879f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-05-13-rustup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ The error tells us that the compiler can't find `std`. That is of
243243
course because we haven't installed it.
244244

245245
To start cross-compiling, you need to acquire a standard library for the target
246-
platform. Previously, this was an error-prone, manual process — queue those
246+
platform. Previously, this was an error-prone, manual process — cue those
247247
blog posts I mentioned earlier. But with rustup, it's just part of the usual
248248
workflow:
249249

0 commit comments

Comments
 (0)