Skip to content

Commit

Permalink
change master to main (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
211217613 authored Oct 12, 2023
1 parent cbc168b commit 94ddd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ When you run the tests they should now pass. Normally as part of the TDD cycle w
At this point, if you are using source control \(which you should!\) I would
`commit` the code as it is. We have working software backed by a test.

I _wouldn't_ push to master though, because I plan to refactor next. It is nice
I _wouldn't_ push to main though, because I plan to refactor next. It is nice
to commit at this point in case you somehow get into a mess with refactoring - you can always go back to the working version.

There's not a lot to refactor here, but we can introduce another language feature, _constants_.
Expand Down

0 comments on commit 94ddd31

Please sign in to comment.