From 40547b8295674e6d482345022163cb28dd522c6c Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Fri, 15 Dec 2017 13:00:16 -0500 Subject: [PATCH] Use a colon instead of comma --- pages/common/dc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/dc.md b/pages/common/dc.md index a05650c612..33c60e7844 100644 --- a/pages/common/dc.md +++ b/pages/common/dc.md @@ -14,6 +14,6 @@ `echo "7 k 5 _3 / p" | dc` -- To 100 decimal places [100 k], calculate the golden ratio, phi, sqrt(5) [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint result: +- To 100 decimal places [100 k], calculate the golden ratio, phi: sqrt(5) [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint result: `echo "100 k 5 v 1 + 2 / p" | dc`