Skip to content
Snippets Groups Projects
Verified Commit feaeb0e8 authored by Renato Alves's avatar Renato Alves :seedling:
Browse files

Remove whitesspace and break long line

parent 335d1cb0
No related branches found
No related tags found
No related merge requests found
Pipeline #16604 passed
......@@ -71,7 +71,8 @@ To use the web interface for contributing to a lesson:
to obtain an external account).
2. Within your version of the forked repository, move to the `master` branch and
create a new branch for each significant change being made.
3. Navigate to the file(s) you wish to change within the new branches and make revisions as required.
3. Navigate to the file(s) you wish to change within the new branches and make
revisions as required.
4. Commit all changed files within the appropriate branches.
5. Create individual merge requests from each of your changed branches
to the `master` branch within the originating repository.
......
......@@ -247,7 +247,7 @@ string
syntax
: The rules that define how code must be written for a computer to understand.
syntax error
: A programming error that occurs when statements are in an order or contain characters
not expected by the programming language.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment