Skip to content

Commit d76bec5

Browse files
authored
Merge pull request #2988 from aG0aep6G/dot-identifier
dot identifier
2 parents ffdd4fb + 161b4ac commit d76bec5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

spec/expression.dd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,9 +1387,8 @@ $(GNAME PrimaryExpression):
13871387

13881388
$(H3 $(LNAME2 identifier, .Identifier))
13891389

1390-
$(P $(IDENTIFIER) is looked up at module scope, rather than the current
1391-
lexically nested scope.
1392-
)
1390+
$(P See $(DDSUBLINK spec/module, module_scope_operators, Module Scope
1391+
Operator).)
13931392

13941393
$(H3 $(LNAME2 this, this))
13951394

spec/module.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ void main()
484484

485485
$(H2 $(LNAME2 module_scope_operators, Module Scope Operator))
486486

487-
$(P A leading `.` causes the
487+
$(P A leading dot (`.`) causes the
488488
identifier to be looked up in the module scope.)
489489

490490
---------

0 commit comments

Comments
 (0)