aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-10-31 13:21:47 -0400
committerGitHub <noreply@github.com>2018-10-31 13:21:47 -0400
commit879ac092fde0a19e1b3a61b2546b2a422b1528bc (patch)
tree8eedfda27c3266c10207fdcf1fb822e4ae6306ce /googlemock
parent71d4fc8d76ebd539440aff5cfc873be9b50f202b (diff)
parent11319f1c6349ca7cebab40315af0557a11bc9aa3 (diff)
downloadgoogletest-879ac092fde0a19e1b3a61b2546b2a422b1528bc.tar.gz
googletest-879ac092fde0a19e1b3a61b2546b2a422b1528bc.tar.bz2
googletest-879ac092fde0a19e1b3a61b2546b2a422b1528bc.zip
Merge pull request #1948 from jerryturcios08/master
Correct grammatical error in googlemock's README.md file
Diffstat (limited to 'googlemock')
-rw-r--r--googlemock/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/README.md b/googlemock/README.md
index fced671c..b18be27b 100644
--- a/googlemock/README.md
+++ b/googlemock/README.md
@@ -35,7 +35,7 @@ We hope you find it useful!
* Does automatic verification of expectations (no record-and-replay needed).
* Allows arbitrary (partial) ordering constraints on
function calls to be expressed,.
- * Lets an user extend it by defining new matchers and actions.
+ * Lets a user extend it by defining new matchers and actions.
* Does not use exceptions.
* Is easy to learn and use.
46' href='#n146'>146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211