Skip to content

Commit

Permalink
Close Markdown anchor tag (#2151)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandemick authored Jul 12, 2023
1 parent cd844e0 commit e141850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/leap/.docs/instructions.append.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Notes

The DateTime class in C# provides a built-in [IsLeapYear](https://docs.microsoft.com/en-us/dotnet/api/system.datetime.isleapyear
The DateTime class in C# provides a built-in [IsLeapYear](https://docs.microsoft.com/en-us/dotnet/api/system.datetime.isleapyear)
which you should pretend doesn't exist for the purposes of implementing this exercise.

0 comments on commit e141850

Please sign in to comment.