Skip to content

Commit

Permalink
markdown style
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Good <[email protected]>
  • Loading branch information
glennj and IsaacG authored Jan 16, 2024
1 parent 73d8f2b commit 903b0e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/practice/leap/.approaches/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ next_day=$(date -d "$year-02-28 + 1 day" '+%d')
[[ $next_day == "29" ]] && echo true || echo false
```

Add a day to February 28th for the year and see if the new day is the 29th. For more information, see the [external tools approach][approach-external-tools].
Add a day to February 28th for the year and see if the new day is the 29th.
For more information, see the [external tools approach][approach-external-tools].

## Which approach to use?

Expand Down

0 comments on commit 903b0e9

Please sign in to comment.