diff --git a/public/hello-world b/public/hello-world index aeffb56..164292d 100644 --- a/public/hello-world +++ b/public/hello-world @@ -25,7 +25,7 @@ -

Our first program will print the classic “hello world”` +

Our first program will print the classic “hello world” message. Here’s the full source code.

diff --git a/public/interfaces b/public/interfaces index e15cfcc..2064108 100644 --- a/public/interfaces +++ b/public/interfaces @@ -172,7 +172,7 @@ to work on any geometry.

The circle and square struct types both implement the geometry interface so we can use instances of -these structs as arguments to `measure.

+these structs as arguments to measure.