From 07e655bc320b7d63691dcdfacc397c41c8c832aa Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 13 Jun 2015 03:07:32 +0200 Subject: [PATCH] "look what" -> "look at what" --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0ff6339..ba10f43 100644 --- a/index.html +++ b/index.html @@ -255,7 +255,7 @@ but this will cause an error:
  list a; integer b = a[5] = 4;
 
-

To see why, look what that is expanded to:

+

To see why, look at what that is expanded to:

  list a; integer b = a = lazy_list_set(a, 5, (list)4);