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.package main