Skip to content

Commit 50d49f2

Browse files
committed
---
yaml --- r: 22502 b: refs/heads/master c: aa8c827 h: refs/heads/master v: v3
1 parent 5efcf02 commit 50d49f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 4c463b78fbf0ff44834b966f1c589d211b718fe3
2+
refs/heads/master: aa8c827bd977ca49630c43f4d124a774627ef2f1
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ imply ownership. Pointers may be borrowed from any type, in which case
13471347
the pointer is guaranteed not to outlive the value it points to.
13481348
13491349
~~~~
1350-
# fn work_with_foo_by_pointer(f: &str/~) { }
1350+
# fn work_with_foo_by_pointer(f: &~str) { }
13511351
let foo = "foo";
13521352
work_with_foo_by_pointer(&foo);
13531353
~~~~

0 commit comments

Comments
 (0)