mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-24 10:07:48 +00:00
Typo fix in AST matcher documentation: s/aribtrary/arbitrary/
llvm-svn: 290777
This commit is contained in:
parent
d00db69227
commit
f947f39148
@ -103,7 +103,7 @@ you can :ref:`bind <astmatchers-bind>` the node they represent to ids for later
|
||||
processing.
|
||||
|
||||
``VariadicDynCastAllOfMatchers`` are callable classes that model variadic
|
||||
template functions in C++03. They take an aribtrary number of
|
||||
template functions in C++03. They take an arbitrary number of
|
||||
``Matcher<Derived>`` and return a ``Matcher<Base>``.
|
||||
|
||||
``AST_MATCHER_P(Type, Name, ParamType, Param)``
|
||||
|
Loading…
x
Reference in New Issue
Block a user