Skip to content

Commit 7cf136e

Browse files
kstinemnojek
andauthored
Update website/docs/style_guide/about_style_guide.md
Co-authored-by: Mateusz Nojek <matnojek@gmail.com>
1 parent 118a7f6 commit 7cf136e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/style_guide/about_style_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Here are some good basic guidelines for formatting your Robot Framework code. As
5454
- It is recommended to use capital letters with all global variables.
5555
- Variable Syntax caps for global, suite, test; lower for everything args and local
5656
- Since these variables can be considered global in the test suite where they are used, it is recommended to use capital letters also with them.
57-
- Also variables in the test case scope are to some extend global. It is thus generally recommended to use capital letters with them too.
57+
- Also variables in the test case scope are to some extent global. It is thus generally recommended to use capital letters with them too.
5858
- It is recommended to use lower-case letters with local variables.
5959
- Keyword syntax should be capital cased. (i.e. `This Keyword Is Capital Cased`)
6060

0 commit comments

Comments
 (0)