Skip to content

Commit 3dea313

Browse files
ravimandalatirodkar
authored andcommitted
Adding a better fix for internal documentation error
1 parent 85c8876 commit 3dea313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EarlGrey/Action/GREYActions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ NS_ASSUME_NONNULL_BEGIN
317317
*
318318
* @param text The text to be typed. For Objective-C, backspace is supported by using "\b" in the
319319
* string and "\u{8}" in Swift strings. Return key is supported with "\n".
320-
* For Example: @"Helpo\\b\\bloWorld" will type HelloWorld in Objective-C.
321-
* "Helpo\u{8}\u{8}loWorld" will type HelloWorld in Swift.
320+
* For Example: @code @"Helpo\b\bloWorld" @endcode will type HelloWorld in Objective-C.
321+
* @code "Helpo\u{8}\u{8}loWorld" @endcode will type HelloWorld in Swift.
322322
*
323323
* @return A GREYAction to type a specific text string in a text field.
324324
*/

0 commit comments

Comments
 (0)