mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
fix typo
This commit is contained in:
parent
d43921823e
commit
0da22193bd
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ packToString m = do
|
|||
_ <- runPackerT m pc
|
||||
liftIO $ simpleBufferData sb
|
||||
|
||||
-- | Execcute given serializer and write byte sequence to Handle.
|
||||
-- | Execute given serializer and write byte sequence to Handle.
|
||||
packToHandle :: MonadIO m => Handle -> PackerT m r -> m ()
|
||||
packToHandle h m = do
|
||||
sb <- packToString m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue