Skip to content

Commit 8d6922a

Browse files
authored
Fix typo in cite (#551)
1 parent fbbf981 commit 8d6922a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/versioninfo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function cite(io::IO = stdout)
9696
year = {2025},
9797
doi = {10.22331/q-2025-09-29-1866},
9898
url = {https://doi.org/10.22331/q-2025-09-29-1866}
99-
}
99+
}
100100
"""
101101
return println(io, citation)
102102
end

0 commit comments

Comments
 (0)