Skip to content

Commit 5066217

Browse files
committed
fix build warnings
1 parent 91d0247 commit 5066217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

standard/conversions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ While throw expressions do not have a type, they may be implicitly converted to
353353
354354
### §imp-typed-out-var Implicitly-typed out variables
355355
356-
There is a conversion from an implicitly-typed out variable ([§11.6.2](expressions.md#1162-argument-lists)) to every type.
356+
There is a conversion from an implicitly-typed out variable ([§12.6.2](expressions.md#1262-argument-lists)) to every type.
357357
358358
## 10.3 Explicit conversions
359359

standard/lexical-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The productions for *simple_name* ([§12.8.4](expressions.md#1284-simple-names))
6767
6868
If a sequence of tokens can be parsed (in context) as a *simple_name* ([§12.8.4](expressions.md#1284-simple-names)), *member_access* ([§12.8.7](expressions.md#1286-member-access)), or *pointer_member_access* ([§23.6.3](unsafe-code.md#2363-pointer-member-access)) ending with a *type_argument_list* ([§8.4.2](types.md#842-type-arguments)), the token immediately following the closing `>token is examined. If it is one of the following:
6969
70-
- ` ( ) ] : ; , . ? == !=` *identifier*
70+
- `( ) ] : ; , . ? == !=` *identifier*
7171
- One of the relational operators `< > <= >= is as`; or
7272
- A contextual query keyword appearing inside a query expression; or
7373
- In certain contexts, we treat *identifier* as a disambiguating token. Those contexts are where the sequence of tokens being disambiguated is immediately preceded by one of the keywords `is`, `case` or `out`, or arises while parsing the first element of a tuple literal (in which case the tokens are preceded by `(` or `:` and the identifier is followed by a `,`) or a subsequent element of a tuple literal.

0 commit comments

Comments
 (0)