Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 252A9200D54 for ; Fri, 8 Dec 2017 19:00:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 224A0160C21; Fri, 8 Dec 2017 18:00:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6851D160BFD for ; Fri, 8 Dec 2017 19:00:49 +0100 (CET) Received: (qmail 58035 invoked by uid 500); 8 Dec 2017 18:00:48 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 58025 invoked by uid 99); 8 Dec 2017 18:00:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Dec 2017 18:00:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C2A3EF5E37; Fri, 8 Dec 2017 18:00:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jross@apache.org To: commits@qpid.apache.org Date: Fri, 08 Dec 2017 18:00:47 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/5] qpid-proton git commit: PROTON-1713: Add missing 'of' archived-at: Fri, 08 Dec 2017 18:00:50 -0000 Repository: qpid-proton Updated Branches: refs/heads/master 8166c2977 -> 7a936e9ce 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/master Commit: bcd6e0dba17b205cb7a35debef30acaf73d6173e Parents: 8166c29 Author: Justin Ross Authored: Fri Dec 8 07:53:29 2017 -0800 Committer: Justin Ross 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: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org