Merge pull request #921 from joshuareagan/patch-1

Typo in 4k Nock spec
This commit is contained in:
cgyarvin 2018-02-23 10:35:10 -08:00 committed by GitHub
commit 4f5528a048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ nock(a) *a
/a /a
#[1 a b] a
#[(a + a) b c] #[a [b /[(a + a + 1) c]]]
#[(a + a + 1) b c] #[a [/[(a + a) c] b]]
#[(a + a) b c] #[a [b /[(a + a + 1) c]] c]
#[(a + a + 1) b c] #[a [/[(a + a) c] b] c]
#a #a
*[a [b c] d] [*[a b c] *[a d]]