aboutsummaryrefslogtreecommitdiff
path: root/objectivec/README.md
diff options
context:
space:
mode:
authorSamuel Rossoff (of The Ebon Blade) <sam@snapchat.com>2016-11-17 10:58:45 -0800
committerGitHub <noreply@github.com>2016-11-17 10:58:45 -0800
commitd571d39923e8d304286c37bfb4b7545e832c6288 (patch)
tree5fcb984b359be3a71adee6731ee70eedaf85de5b /objectivec/README.md
parent99564c3347223b92e49bd40f37b8c0d6fc6a3971 (diff)
downloadprotobuf-d571d39923e8d304286c37bfb4b7545e832c6288.tar.gz
protobuf-d571d39923e8d304286c37bfb4b7545e832c6288.tar.bz2
protobuf-d571d39923e8d304286c37bfb4b7545e832c6288.zip
Update README.md
needed a grave here, not an apostrophy
Diffstat (limited to 'objectivec/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