From e6aada59753afbff03f7d3c3aea96fa044244500 Mon Sep 17 00:00:00 2001 From: Cyrus Wyett <34195737+cjwyett@users.noreply.github.com> Date: Mon, 31 Aug 2020 14:07:03 +0100 Subject: [PATCH] Update examples/jupyter/hexagonal-lattice.ipynb Co-authored-by: Paul Romano --- examples/jupyter/hexagonal-lattice.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/jupyter/hexagonal-lattice.ipynb b/examples/jupyter/hexagonal-lattice.ipynb index ff1e5d692c..f47b3bc603 100644 --- a/examples/jupyter/hexagonal-lattice.ipynb +++ b/examples/jupyter/hexagonal-lattice.ipynb @@ -145,7 +145,7 @@ "\n", "From the diagram above, we see that the outer ring has 18 elements, the first ring has 12, and the second ring has 6 elements. The innermost ring of any hexagonal lattice will have only a single element. \n", "\n", - "We build these rings though 'list concatenation' as folows: " + "We build these rings through 'list concatenation' as follows: " ] }, {