Skip to content

Commit a13c81a

Browse files
committed
style: fix third-party code mention
1 parent 6448e72 commit a13c81a

File tree

1 file changed

+1
-1
lines changed
  • docs/reference/contributing/guidelines

1 file changed

+1
-1
lines changed

docs/reference/contributing/guidelines/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Whether you're writing new code or fixing bugs in existing code, please follow t
1414

1515
Mbed OS follows the [K&R style](https://en.wikipedia.org/wiki/Indent_style#K.26R_style), with at least two exceptions (which can be found in the list below the code sample).
1616

17-
The only exception to this coding style are 3rd parties libraries. The 3rd party libraries should be added to the `.astyleignore` file located in the Mbed OS root directory.
17+
The only exception to this coding style are third-party code. Third-party code should be added to the `.astyleignore` file located in the Mbed OS root directory.
1818

1919
You can use [Artistic Style (AStyle)](http://sourceforge.net/projects/astyle/files/) to format your code. Use the command-line switch to select the correct style and point to the file you want to edit:
2020

0 commit comments

Comments
 (0)