From 3d648e42d53f7a4dfcf92282af36ea4bd7836d01 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 17 Mar 2017 14:09:42 -0700 Subject: [PATCH] More dashes for horizontal rule in design document --- design/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/design/README.md b/design/README.md index a170fee4..3715b2d6 100644 --- a/design/README.md +++ b/design/README.md @@ -6,7 +6,7 @@ intended to leave the reader at liberty to experiment with variations of this implementation that suit their own requirements, without missing any important details. -- +--- Suppose that you're writing a function that can't return a value immediately. 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 of which return promises. For those cases, it is a common pattern to create a local object that proxies for the remote object by forwarding all of its method calls to the remote object using "post". The construction of such -proxies could be automated. Lazy-Arrays are certainly one use-case. \ No newline at end of file +proxies could be automated. Lazy-Arrays are certainly one use-case.