Skip to content

Commit e8a13a9

Browse files
committed
fix #115
1 parent 0502d36 commit e8a13a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ html`<svg width=${width} height=200>
696696

697697
<a href="#visibility" name="visibility">#</a> <b>visibility</b>([<i>value</i>]) [<>](https://github.com/observablehq/runtime/blob/master/src/runtime.js "Source")
698698

699-
Returns a promise that resolves with the specified *value* when this cell is visible in the viewport.
699+
Returns a promise that resolves with the specified *value* when this cell is visible in the viewport. The visibility function is provided by the runtime rather than the standard library because it resolves to a different function for each cell.
700700

701701
### HTML
702702

0 commit comments

Comments
 (0)