Skip to content

Commit 5bc36a6

Browse files
committed
Add missing backtick
1 parent e7034dd commit 5bc36a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drafts/2014-11-17-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ TODO
134134

135135
* [Closures vs. Unboxed Closures][cl]. Useful explanation for the uninitiated.
136136
* [Where is artithmetic (signed) right-shift][sh]. (A: `>>` is either arithmetic or logical based on type).
137-
* `Foo::new()` vs. `Foo(), both on [discuss][ctor-discuss] and [Reddit][ctor-reddit].
137+
* `Foo::new()` vs. `Foo()`, both on [discuss][ctor-discuss] and [Reddit][ctor-reddit].
138138
* ["Hello, world" on a PSP via Rust!][psp]. Another supreme hack from Luqman. Nice use of [target specs].
139139
* [Does Rust have anything like C# async await][await]. Take 20.
140140
* [`std::sync::Future` is almost useless for async processing][future]. (`Future` is ancient and unloved).

0 commit comments

Comments
 (0)