Skip to content

Commit

Permalink
Small doc tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed May 26, 2024
1 parent a8827f1 commit d5729da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ be problematic.

To begin with, the arrow operator ``->`` is usually associated with pointers, but, as
we mentioned :ref:`previously <hello_world>`, the :cpp:class:`wrap` class employs
*value* semantics and not pointer semantics. Although the usage of the arrow operator
by default *value* semantics and not pointer semantics. Although the usage of the arrow operator
with value semantics is not unprecedented (e.g., see
`std::optional <https://en.cppreference.com/w/cpp/utility/optional>`__), it may be a source
of confusion.
Expand Down

0 comments on commit d5729da

Please sign in to comment.