Skip to content

Commit 9f97653

Browse files
committed
grammar
1 parent 47e43d8 commit 9f97653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ repos = filter!(x -> x["name"] ∉ excluded, repos)
2323
sort!(repos, by = x -> x["name"])
2424

2525

26-
# Now we print the index.md content. This just hardcoded a header and footer.
27-
# This is quick & dirty hack; a full template system might be nicer in theory,
26+
# Now we print the index.md content, using hardcoded header and footer. This
27+
# is a quick & dirty hack; a full template system might be nicer in theory,
2828
# but in practice this is good enough and dead simple.
2929
print("""
3030
# JuliaDocs

0 commit comments

Comments
 (0)