Skip to content

Commit

Permalink
[Docs] Use double quote to avoid doc build errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkcsgexi committed Nov 10, 2015
1 parent d90054f commit 8858503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/OptimizationTips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ argument drops from being O(n), depending on the size of the tree to O(1).


There are two obvious disadvantages of using Array for COW semantics. The first
problem is that Array exposes methods like `append` and `count` that don't make
problem is that Array exposes methods like "append" and "count" that don't make
any sense in the context of a value wrapper. These methods can make the use of
the reference wrapper awkward. It is possible to work around this problem by
creating a wrapper struct that will hide the unused APIs and the optimizer will
Expand Down

0 comments on commit 8858503

Please sign in to comment.