Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 8663841

Browse files
committed
fix
1 parent c4243a6 commit 8663841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ <h1>Rust <small>a safe, concurrent, practical language</small></h1>
158158

159159
fn main() {
160160
for 5.times {
161-
println("Here's some Rust!");
161+
println(~"Here's some Rust!");
162162
}
163163
}
164164
</pre>

0 commit comments

Comments
 (0)