Skip to content

Commit

Permalink
history(scroll-position): Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Jun 20, 2024
1 parent cdac3d5 commit 9ac48cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/history.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ include implicit visits.")
:type integer
:documentation "Number of times the URL was visited by following a link on a page.
This does not include explicit visits.")
(scroll-position '()
:type (list-of number)
:documentation "The scroll position user was at when last visiting the page.
(scroll-position
'()
:type (list-of number)
:documentation "The scroll position user was at when last visiting the page.
It's a list of a form (Y &OPTIONAL X)."))
(:export-class-name-p t)
(:export-accessor-names-p t)
Expand Down

0 comments on commit 9ac48cc

Please sign in to comment.