Skip to content

Commit ec83cd0

Browse files
authored
Fix link to source of date_time package.
1 parent 0b91058 commit ec83cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/practice/gigasecond/.docs/instructions.append.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Ad the following code to the top of your solution file to use the `date_time` pa
3131
:- use_module(library(date_time)).
3232
```
3333

34-
```exercism/note
34+
### Exercism note
3535
Tip: the [source of the date_time package][date-time-package-source] is well documented and be a great help!
36-
```
36+
3737

3838
[built-in-dates-support]: https://www.swi-prolog.org/pldoc/man?section=timedate
3939
[date-time-package]: https://www.swi-prolog.org/pack/list?p=date_time

0 commit comments

Comments
 (0)