Merge pull request #2355 from kuzkry:markdown-numbering

PiperOrigin-RevId: 260782065
This commit is contained in:
Gennadiy Civil
2019-07-30 18:47:36 -04:00
5 changed files with 37 additions and 37 deletions

View File

@@ -599,10 +599,10 @@ which must be a permanent callback.
**Notes:**
1. The `MATCHER*` macros cannot be used inside a function or class.
1. The matcher body must be *purely functional* (i.e. it cannot have any side
2. The matcher body must be *purely functional* (i.e. it cannot have any side
effect, and the result must not depend on anything other than the value
being matched and the matcher parameters).
1. You can use `PrintToString(x)` to convert a value `x` of any type to a
3. You can use `PrintToString(x)` to convert a value `x` of any type to a
string.
### Actions {#ActionList}