PROTON-1713: Add missing 'of'
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/bcd6e0db Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/bcd6e0db Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/bcd6e0db Branch: refs/heads/go1 Commit: bcd6e0dba17b205cb7a35debef30acaf73d6173e Parents: 8166c29 Author: Justin Ross <[email protected]> Authored: Fri Dec 8 07:53:29 2017 -0800 Committer: Justin Ross <[email protected]> Committed: Fri Dec 8 07:53:54 2017 -0800 ---------------------------------------------------------------------- proton-c/bindings/cpp/docs/main.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/bcd6e0db/proton-c/bindings/cpp/docs/main.md ---------------------------------------------------------------------- diff --git a/proton-c/bindings/cpp/docs/main.md b/proton-c/bindings/cpp/docs/main.md index 798ac4b..25ba973 100644 --- a/proton-c/bindings/cpp/docs/main.md +++ b/proton-c/bindings/cpp/docs/main.md @@ -49,8 +49,8 @@ release. Sections labeled **Thread safety** describe when and where it is safe to call functions or access data across threads. -Sections called **C++ versions** discuss features the API that depend -on particular versions of C++ such as C++11. +Sections called **C++ versions** discuss features of the API that +depend on particular versions of C++ such as C++11. ## URLs --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
