File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
/// The base price of a muffin on a non-holiday
15
15
const price_of_a_muffin: float = 70 f;
16
16
17
- type waitress = {
17
+ type waitperson = {
18
18
hair_color : ~str
19
19
} ;
20
20
@@ -27,7 +27,7 @@ enum omnomnomy {
27
27
}
28
28
29
29
fn take_my_order_please (
30
- _waitress : waitress ,
30
+ _waitperson : waitperson ,
31
31
_order : ~[ omnomnomy ]
32
32
) -> uint {
33
33
@@ -36,7 +36,7 @@ fn take_my_order_please(
36
36
*
37
37
* # Arguments
38
38
*
39
- * * _waitress - The waitress that you want to bother
39
+ * * _waitperson - The waitperson that you want to bother
40
40
* * _order - The order vector. It should be filled with food
41
41
*
42
42
* # Return
@@ -183,4 +183,4 @@ impl of the_shunned_house for omnomnomy {
183
183
fn construct ( ) -> bool {
184
184
fail;
185
185
}
186
- }
186
+ }
You can’t perform that action at this time.
0 commit comments