Skip to content

Commit 41f2d65

Browse files
Andrew Dupontsavetheclocktower
authored andcommitted
Fix PDoc error.
1 parent 7240a87 commit 41f2d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
/**
276276
* Element.toggle(@element[, bool]) -> Element
277277
* - bool (Boolean): Whether the element should be shown or hidden. If not
278-
a boolean, this argument will be ignored.
278+
* a boolean, this argument will be ignored.
279279
*
280280
* Toggles the CSS `display` of `element`. Returns `element`.
281281
*

0 commit comments

Comments
 (0)