[doc] fixed misprint in share_ptr pros item icon Change-Id: I179a4525408b78fc34bb35534dc5809e63d2fc50 Reviewed-on: http://gerrit.cloudera.org:8080/5065 Reviewed-by: Will Berkeley <[email protected]> Tested-by: Kudu Jenkins Reviewed-on: http://gerrit.cloudera.org:8080/5073 Tested-by: Todd Lipcon <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/6a805e6a Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/6a805e6a Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/6a805e6a Branch: refs/heads/branch-1.1.x Commit: 6a805e6a12b536fbcb3cea60949f486514b5f7f6 Parents: 0240280 Author: Alexey Serbin <[email protected]> Authored: Mon Nov 14 07:30:34 2016 -0800 Committer: Todd Lipcon <[email protected]> Committed: Mon Nov 14 22:22:56 2016 +0000 ---------------------------------------------------------------------- docs/contributing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/6a805e6a/docs/contributing.adoc ---------------------------------------------------------------------- diff --git a/docs/contributing.adoc b/docs/contributing.adoc index 7255222..58043d5 100644 --- a/docs/contributing.adoc +++ b/docs/contributing.adoc @@ -232,7 +232,7 @@ object deriving from a special base class * icon:plus-circle[role="green",alt="pro"] supports the `weak_ptr` use cases: ** a temporary ownership when an object needs to be accessed only if it exists ** break circular references of `shared_ptr`, if any exists due to aggregation -* icon:minus-circle[role="green",alt="pro"] you can convert from the +* icon:plus-circle[role="green",alt="pro"] you can convert from the `shared_ptr` into the `weak_ptr` and back * icon:plus-circle[role="green",alt="pro"] if creating an instance with `std::make_shared<>()` only one allocation is made (since {cpp}11;
