Skip to content

Commit 8a1a387

Browse files
Update docs.md
1 parent eaa5b79 commit 8a1a387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ The Static Text methods have been prefixed with `s_` to avoid conflicting with t
8181

8282
0. `(Text) s_text(index)` Find a text by index.
8383
0. `(Array<Text>) s_e_texts` Get an array of text elements.
84-
0. `(Text) s_first_text` Get the first text element.
85-
0. `(Text) s_last_text` Get the last text element.
84+
0. `(Text) first_s_text` Get the first text element.
85+
0. `(Text) last_s_text` Get the last text element.
8686
0. `(Text) s_text(text)` Get the first element that matches text.
8787
0. `(Text) s_text_include(text)` Get the first textfield that includes text.
8888
0. `(Array<String>) s_texts` Get an array of text texts.

0 commit comments

Comments
 (0)