summaryrefslogtreecommitdiff
path: root/googlemock/docs
diff options
context:
space:
mode:
authorPeter Newman <peternewman@users.noreply.github.com>2020-10-12 06:23:18 +0100
committerGitHub <noreply@github.com>2020-10-12 06:23:18 +0100
commit870a6b5563e065b4b9fc3b633c4015ee17d2cbaa (patch)
treeb08aa9ba4dbfe310e907c29c6c0d625b5d8a3192 /googlemock/docs
parent07f4869221012b16b7f9ee685d94856e1fc9f361 (diff)
downloadgoogletest-git-870a6b5563e065b4b9fc3b633c4015ee17d2cbaa.tar.gz
Fix a typo
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, |