From 68be3615a6b6ab8a0f6789845d3a42d818491695 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Fri, 26 May 2017 16:59:37 +0100 Subject: [PATCH] the the -> the --- doc/Type/Promise.pod6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Type/Promise.pod6 b/doc/Type/Promise.pod6 index 0f8c0e018..99475e263 100644 --- a/doc/Type/Promise.pod6 +++ b/doc/Type/Promise.pod6 @@ -98,10 +98,10 @@ Creates a new Promise that will be kept at the given time, or later. Returns a new promise that will be kept when all the promises passed as arguments are kept or broken. The result of the individual Promises is -not reflected in the the result of the returned promise: it simply +not reflected in the result of the returned promise: it simply indicates that all the promises have been completed in some way. If the results of the individual promises are important then they should -be inspected after the the C promise is kept. +be inspected after the C promise is kept. In the following requesting the C of a broken promise will case the original Exception to be thrown. (You may need to run it several times to