Skip to content

Commit

Permalink
glossary.dd: Fix LNAME2 invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Oct 27, 2015
1 parent 82dbc99 commit fa860e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glossary.dd
Expand Up @@ -248,7 +248,7 @@ void test()
$(DD $(LINK2 attribute.html#uda, $(I User-defined attributes)) are metadata
attached to symbols used for compile-time reflection.)

$(DT $(LNAME2 ufcs $(ACRONYM UFCS, Uniform Function Call Syntax)))
$(DT $(LNAME2 ufcs, $(ACRONYM UFCS, Uniform Function Call Syntax)))
$(DD $(LINK2 function.html#pseudo-member, Uniform function call syntax)
refers to the ability to call a function as if it were a method of its first
argument. For example `funct(arg)` may be written as `arg.funct()`.)
Expand Down

0 comments on commit fa860e6

Please sign in to comment.