From 82c163b156a8365d27ed1c5166d7e37ae58acdf2 Mon Sep 17 00:00:00 2001
From: Mark McGranaghan
Date: Wed, 22 Jan 2014 08:00:54 -0800
Subject: [PATCH] Rebuild
---
examples/sorting-by-functions/sorting-by-functions.hash | 4 ++--
public/sorting-by-functions | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/examples/sorting-by-functions/sorting-by-functions.hash b/examples/sorting-by-functions/sorting-by-functions.hash
index d2b00d7..91f67df 100644
--- a/examples/sorting-by-functions/sorting-by-functions.hash
+++ b/examples/sorting-by-functions/sorting-by-functions.hash
@@ -1,2 +1,2 @@
-9b184444231f799b9388037d8142613a598e9345
-M06NADP985
+cec0da0bd98abd7f66fcd38122e4405f757161bc
+N6GbEgBffd
diff --git a/public/sorting-by-functions b/public/sorting-by-functions
index 98e918d..90b8af7 100644
--- a/public/sorting-by-functions
+++ b/public/sorting-by-functions
@@ -28,7 +28,7 @@
Sometimes we’ll want to sort a collection by something
other than its natural order. For example, suppose we
wanted to sort strings by their length instead of
-alphabetically. Here’s an example of custom sorts sorts
+alphabetically. Here’s an example of custom sorts
in Go.
@@ -43,7 +43,7 @@ in Go.
-
+
|