Merge pull request #2181 from sethraymond/patch-1

DesignDoc Markdown table was broken
This commit is contained in:
Gennadiy Civil 2019-03-20 11:52:49 -04:00 committed by GitHub
commit f957bd0c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,7 @@ Google Test (the name is chosen to match `static_assert` in C++0x).
If you are writing a function that returns an `ACTION` object, you'll
need to know its type. The type depends on the macro used to define
the action and the parameter types. The rule is relatively simple:
| **Given Definition** | **Expression** | **Has Type** |
|:-------------------------|:-----------------------------|:-------------------------|
| `ACTION(Foo)` | `Foo()` | `FooAction` |