Skip to content

Commit 33077aa

Browse files
Snooz82asimell
andauthored
Update website/docs/chapter-02/05_keyword_interface.md
Co-authored-by: Aleksi Simell <[email protected]>
1 parent 6e67648 commit 33077aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/chapter-02/05_keyword_interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Understand the concept of return type hints.
407407
::::
408408

409409
Keywords may gather information and return these to the caller of that keyword to be stored in a variable and used in further keyword calls.
410-
So Keyword can `RETURN` values to the caller as functions do in programming languages.
410+
So, a keyword can `RETURN` values to the caller as functions do in programming languages.
411411

412412
If the keyword implementation offers a type hint for the return value, this is documented in the keyword documentation.
413413
Similar to the argument types, return types optional and a more recent feature of Robot Framework and therefore not widely used, yet.

0 commit comments

Comments
 (0)