Commit 6abcfac2 authored by Derek Mauro's avatar Derek Mauro
Browse files

Merge pull request #3050 from peternewman:patch-1

PiperOrigin-RevId: 336881266
parents d4df326d 870a6b55
......@@ -119,7 +119,7 @@ Func(a1 + a2 + a3); // If n is 3.
We support the following meta programming constructs:
| `$var id = exp` | Defines a named constant value. `$id` is |
: : valid util the end of the current meta :
: : valid until the end of the current meta :
: : lexical block. :
| :------------------------------- | :--------------------------------------- |
| `$range id exp..exp` | Sets the range of an iteration variable, |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment