mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed documentation typos
This commit is contained in:
parent
caf39083e4
commit
dfa3cb44e6
2 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ struct base
|
|||
template< typename T >
|
||||
struct name : base< T >, mock::object
|
||||
{
|
||||
typedef typename base< T > base_type;
|
||||
typedef base< T > base_type;
|
||||
};
|
||||
//]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue