Repository: kudu
Updated Branches:
  refs/heads/master 88b02349d -> 8592efc5f


[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


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/cce47a63
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/cce47a63
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/cce47a63

Branch: refs/heads/master
Commit: cce47a635d015aa813f68182f57f89b76841c4bb
Parents: 88b0234
Author: Alexey Serbin <[email protected]>
Authored: Mon Nov 14 07:30:34 2016 -0800
Committer: Will Berkeley <[email protected]>
Committed: Mon Nov 14 15:55:35 2016 +0000

----------------------------------------------------------------------
 docs/contributing.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/cce47a63/docs/contributing.adoc
----------------------------------------------------------------------
diff --git a/docs/contributing.adoc b/docs/contributing.adoc
index 78e20ae..885b9e2 100644
--- a/docs/contributing.adoc
+++ b/docs/contributing.adoc
@@ -231,7 +231,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;

Reply via email to