Skip to content

Commit a481148

Browse files
committed
---
yaml --- r: 20730 b: refs/heads/snap-stage3 c: 78dbf7e h: refs/heads/master v: v3
1 parent 7690696 commit a481148

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 50f2db4a0e57a03a799a93f95dfd8ce10ffa21dc
4+
refs/heads/snap-stage3: 78dbf7e22ea639b7022bd5eac20cf1bf96d84360
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/rustdoc/demo.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/// The base price of a muffin on a non-holiday
1515
const price_of_a_muffin: float = 70f;
1616

17-
type waitress = {
17+
type waitperson = {
1818
hair_color: ~str
1919
};
2020

@@ -27,7 +27,7 @@ enum omnomnomy {
2727
}
2828

2929
fn take_my_order_please(
30-
_waitress: waitress,
30+
_waitperson: waitperson,
3131
_order: ~[omnomnomy]
3232
) -> uint {
3333

@@ -36,7 +36,7 @@ fn take_my_order_please(
3636
*
3737
* # Arguments
3838
*
39-
* * _waitress - The waitress that you want to bother
39+
* * _waitperson - The waitperson that you want to bother
4040
* * _order - The order vector. It should be filled with food
4141
*
4242
* # Return
@@ -183,4 +183,4 @@ impl of the_shunned_house for omnomnomy {
183183
fn construct() -> bool {
184184
fail;
185185
}
186-
}
186+
}

0 commit comments

Comments
 (0)