From 90933d82b2358308bb9b3ec2db40caa9295b881c Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Tue, 23 Jun 2015 13:11:09 -0700 Subject: [PATCH] Minor typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d5a79..4cc2d6f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ nilp(lst): (Boolean) is list an empty list? pairp(lst): (Boolean) is this a cell object? -listp(lst): (Boolean) si this a list object? +listp(lst): (Boolean) is this a list object? list:(a, b, ...): Construct a list out of the arguments