Remove the extra bracket from testing documentation (#30397)
This commit is contained in:
parent
0ad1783017
commit
f43e5e6054
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ does a conformance check; if you need the class to be equal, @scala[have a look
|
|||
An object which is an instance of the given type (after erasure) must be
|
||||
received within the allotted time frame; the object will be returned. This
|
||||
method is approximately equivalent to
|
||||
`expectMsgClass(implicitly[ClassTag[T]].runtimeClass)`.]
|
||||
`expectMsgClass(implicitly[ClassTag[T]].runtimeClass)`.
|
||||
|
||||
@@@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue