summaryrefslogtreecommitdiff
path: root/googlemock/docs
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2020-10-14 18:25:57 -0400
committerDerek Mauro <dmauro@google.com>2020-10-14 18:25:57 -0400
commit6abcfac2f2881caaf0bf942f79fda840422f8007 (patch)
tree10484b5504def073dbd07d4162e5d8135075d477 /googlemock/docs
parentd4df326d6fb0e76dee01d639dd0684c6537e0f8a (diff)
parent870a6b5563e065b4b9fc3b633c4015ee17d2cbaa (diff)
downloadgoogletest-git-6abcfac2f2881caaf0bf942f79fda840422f8007.tar.gz
Merge pull request #3050 from peternewman:patch-1
PiperOrigin-RevId: 336881266
Diffstat (limited to 'googlemock/docs')
-rw-r--r--googlemock/docs/pump_manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/docs/pump_manual.md b/googlemock/docs/pump_manual.md
index 19f1a48e..17fb370d 100644
--- a/googlemock/docs/pump_manual.md
+++ b/googlemock/docs/pump_manual.md
@@ -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, |