Skip to content

Commit 05d1e03

Browse files
committed
doc
1 parent f2d63ef commit 05d1e03

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/friendship.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include::{examplesdir}/friendship.cpp[tag=friend_all]
2323
Be aware, though, that the overriders of _any_ method called `poke` - with any
2424
signature - are granted friendship.
2525

26-
We can also befriendto individual overriders:
26+
We can also befriend individual overriders:
2727

2828
[source,c++]
2929
----

doc/initialize.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Defined in `<boost/openmethod/compiler.hpp>`.
99
namespace boost::openmethod {
1010

1111
template<class Policy = BOOST_OPENMETHOD_DEFAULT_POLICY>
12-
auto compiler<Policy>::initialize() -> /*unspecified*/;
12+
auto initialize() -> /*unspecified*/;
1313

1414
}
1515
```

doc/policies.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library: `release` and `debug`.
2929
| provides type information for classes and objects
3030

3131
| extern_vptr
32-
| vptr_vector, vptr_map
32+
| vptr_vector
3333
| stores vptrs in an indexed collection
3434

3535
| type_hash

0 commit comments

Comments
 (0)