Skip to content

Commit

Permalink
doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Dec 5, 2012
1 parent 55c3aad commit e1296fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Codec/Base64.hs
Expand Up @@ -6,7 +6,7 @@ import Data.Char
import Data.Word

-- |
-- Base64 encoding
-- Base64 encoding.
--
-- >>> encode "foo bar"
-- "Zm9vIGJhcg=="
Expand Down Expand Up @@ -36,7 +36,7 @@ pad :: Word8
pad = 64

-- |
-- Base64 decoding
-- Base64 decoding.
--
-- >>> decode "Zm9vIGJhcg=="
-- "foo bar"
Expand Down

0 comments on commit e1296fc

Please sign in to comment.