diff options
author | Gennadiy Civil <misterg@google.com> | 2019-03-21 14:43:14 (GMT) |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2019-03-21 14:43:14 (GMT) |
commit | 10e98c4f2a0176590c10e4f83f5d048c167f32d0 (patch) | |
tree | 4eb1f7a1d0b2a166539b33a38a400e99c6b65bad /googlemock | |
parent | f1883b1824109338db40837bdb61f0150e395bb7 (diff) | |
parent | c3ac2655f7e559dbca0d4677e4da48a92cf84dd6 (diff) | |
download | googletest-10e98c4f2a0176590c10e4f83f5d048c167f32d0.zip googletest-10e98c4f2a0176590c10e4f83f5d048c167f32d0.tar.gz googletest-10e98c4f2a0176590c10e4f83f5d048c167f32d0.tar.bz2 |
Merge pull request #2180 from twam:master
PiperOrigin-RevId: 239404016
Diffstat (limited to 'googlemock')
-rw-r--r-- | googlemock/docs/DesignDoc.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/docs/DesignDoc.md b/googlemock/docs/DesignDoc.md index d13ff5b..4cddc9d 100644 --- a/googlemock/docs/DesignDoc.md +++ b/googlemock/docs/DesignDoc.md @@ -198,7 +198,6 @@ 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` | |