Skip to content

Commit ecfa005

Browse files
chore: added appropriate format
Co-authored-by: Karan Anand <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 09580f1 commit ecfa005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If they pass, adjust the tolerance and add a note to the C tests indicating that
102102

103103
## What should I do if linting on my commits fails because my headings or lines exceed the maximum permissible length?
104104

105-
Consider whether the heading can be shortened by renaming variables (e.g., changing `strideX` to `sx`). If shortening is not possible, disable the lint rule at the top level using:
105+
Consider whether the heading/line can be shortened by renaming variables (e.g., changing `strideX` to `sx`). If shortening is not possible, disable the lint rule at the top level using:
106106

107107
- For Javascript Files
108108

0 commit comments

Comments
 (0)