From b66cb44abdba87d2f1879ca3c1ce32e6b618cda6 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 16 Jan 2014 08:13:55 -0800 Subject: [PATCH] Rebuild to remove some extra characters from dd68b8 --- public/hello-world | 2 +- public/interfaces | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.