From 0e720eec21c93092cbd4e630b615d300147d815b Mon Sep 17 00:00:00 2001
From: andrew
Date: Mon, 9 Mar 2020 13:04:48 +0200
Subject: [PATCH] Revert "html changes"
This reverts commit 678cfab8931d31134260c663b5c7b5c0d8eef483.
---
public/spawning-processes | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/spawning-processes b/public/spawning-processes
index 568b7f2..22aaecd 100644
--- a/public/spawning-processes
+++ b/public/spawning-processes
@@ -46,7 +46,7 @@ of spawning processes from Go.
- 
+ 
@@ -157,7 +157,7 @@ to exit.
|
- We omitted error checks in the above example, but
+ We ommited error checks in the above example, but
you could use the usual if err != nil pattern for
all of them. We also only collect the StdoutPipe
results, but you could collect the StderrPipe in
@@ -259,7 +259,7 @@ as if we had run them directly from the command-line.
|