Skip to content

Commit e28e905

Browse files
committed
---
yaml --- r: 14302 b: refs/heads/try c: 039cc8d h: refs/heads/master v: v3
1 parent 6d598bb commit e28e905

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: ff6b71f78bd00a93a91691bb297d6a379cdc50fa
5+
refs/heads/try: 039cc8d6c54d2164fed6650cf474c59354783e22
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/doc/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@ if_expr : "if" expr '{' block '}'
19551955
[ "else" else_tail ] ? ;
19561956
19571957
else_tail : "else" [ if_expr
1958-
| '{' block '} ] ;
1958+
| '{' block '}' ] ;
19591959
~~~~~~~~
19601960

19611961
An `if` expression is a conditional branch in program control. The form of

0 commit comments

Comments
 (0)