aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2016-11-17 16:26:35 -0800
committerGitHub <noreply@github.com>2016-11-17 16:26:35 -0800
commitcd315dcbadc02569e145bde16e3f66c2fbb08e31 (patch)
treed1e8592f0ac4d2899e760cb004158bf7e9b663f0
parent44edefaef6e70a34cccc2959271fe7bc0ac5642c (diff)
parentd571d39923e8d304286c37bfb4b7545e832c6288 (diff)
downloadprotobuf-cd315dcbadc02569e145bde16e3f66c2fbb08e31.tar.gz
protobuf-cd315dcbadc02569e145bde16e3f66c2fbb08e31.tar.bz2
protobuf-cd315dcbadc02569e145bde16e3f66c2fbb08e31.zip
Merge pull request #2383 from snapsam/patch-1
Update README.md
-rw-r--r--objectivec/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectivec/README.md b/objectivec/README.md
index 06118349..7226f0b9 100644
--- a/objectivec/README.md
+++ b/objectivec/README.md
@@ -44,7 +44,7 @@ Add `objectivec/\*.h` & `objectivec/\*.m` except for
If the target is using ARC, remember to turn off ARC (`-fno-objc-arc`) for the
`.m` files.
-The files generated by `protoc` for the `*.proto` files (`\*.pbobjc.h' and
+The files generated by `protoc` for the `*.proto` files (`\*.pbobjc.h` and
`\*.pbobjc.m`) are then also added to the target.
Usage