Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 3d648e4

Browse files
authored
More dashes for horizontal rule in design document
1 parent d8fd789 commit 3d648e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ intended to leave the reader at liberty to experiment with variations
66
of this implementation that suit their own requirements, without missing
77
any important details.
88

9-
-
9+
---
1010

1111
Suppose that you're writing a function that can't return a value immediately.
1212
The most obvious API is to forward the eventual value to a callback as an
@@ -1014,4 +1014,4 @@ It is a common pattern that remote objects have a fixed set of methods, all
10141014
of which return promises. For those cases, it is a common pattern to create
10151015
a local object that proxies for the remote object by forwarding all of its
10161016
method calls to the remote object using "post". The construction of such
1017-
proxies could be automated. Lazy-Arrays are certainly one use-case.
1017+
proxies could be automated. Lazy-Arrays are certainly one use-case.

0 commit comments

Comments
 (0)