Explorar el Código

Update README.md

`SComs` -> `SCons`
Vaibhav Sagar hace 7 años
padre
commit
cf527876e3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -78,7 +78,7 @@ These names and patterns can be quite long, especially when you're constructing
 ~~~~.haskell
 >>> import Data.SCargot.Repr.Basic
 >>> A 2 ::: A 3 ::: A 4 ::: Nil
-SCons (SAtom 2) (SCons (SAtom 3) (SComs (SAtom 4) SNil))
+SCons (SAtom 2) (SCons (SAtom 3) (SCons (SAtom 4) SNil))
 ~~~~
 
 ~~~~.haskell
@@ -97,7 +97,7 @@ If you are using GHC 7.10 or later, several of these will be powerful bidirectio
 ~~~~.haskell
 >>> import Data.SCargot.Repr.Basic
 >>> L [ A 2, A 3, A 4 ]
-SCons (SAtom 2) (SCons (SAtom 3) (SComs (SAtom 4) SNil))
+SCons (SAtom 2) (SCons (SAtom 3) (SCons (SAtom 4) SNil))
 ~~~~
 
 ## Atom Types