fantasyland / static-land

Specification for common algebraic structures in JavaScript based on Fantasy Land
MIT License
772 stars 41 forks source link

Spelling Mistake Example 2 #52

Closed mvorwieger closed 5 years ago

mvorwieger commented 5 years ago

Hello, there is a spelling mistake in Example 2.

class A = {}

is invalid Syntax it should be

class A {}

I opened a PR for it https://github.com/rpominov/static-land/pull/53

rpominov commented 5 years ago

Merged, thanks again!