0
0
mirror of https://github.com/google/googletest.git synced 2025-03-19 10:23:48 +00:00

Fix a typo

This commit is contained in:
Peter Newman 2020-10-12 06:23:18 +01:00 committed by GitHub
parent 07f4869221
commit 870a6b5563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ Func(a1 + a2 + a3); // If n is 3.
We support the following meta programming constructs: We support the following meta programming constructs:
| `$var id = exp` | Defines a named constant value. `$id` is | | `$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. : : : lexical block. :
| :------------------------------- | :--------------------------------------- | | :------------------------------- | :--------------------------------------- |
| `$range id exp..exp` | Sets the range of an iteration variable, | | `$range id exp..exp` | Sets the range of an iteration variable, |