Skip to content

Commit 4cfe3c0

Browse files
Fixed ws on contributing.md. (#5953)
1 parent 10a3e07 commit 4cfe3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Browse the project's issue tracker or discussions to find an open issue or featu
1212
## 4. Make your changes
1313
Create a new branch for your changes based on the main branch of the ML-Agents repository. Implement your code changes or add new features as necessary. Ensure that your code follows the project's coding style and conventions.
1414

15-
* Example: Let's say you want to add support for a new type of reward function in the ML-Agents framework. You can create a new branch named feature/reward-function to implement this feature.
15+
* Example: Let's say you want to add support for a new type of reward function in the ML-Agents framework. You can create a new branch named feature/reward-function to implement this feature.
1616

1717
## 5. Test your changes
1818
Run the appropriate tests to ensure your changes work as intended. If necessary, add new tests to cover your code and verify that it doesn't introduce regressions.

0 commit comments

Comments
 (0)