This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Fixed typo in example
pull/149/head
Andrew Dryga
8 years ago
parent
210e287e61
commit
d4482fb363
No known key found for this signature in database
GPG Key ID:
573060ECEB98A9B6
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lib/jiffy.ex
+ 2
- 2
lib/jiffy.ex
View File
@ -106,8 +106,8 @@ defmodule Jiffy do
# Examples
iex
>
Jiffy
.
decode!
(
[
1
,
2
,
3
]
)
"
[1,2,3]
"
iex
>
Jiffy
.
decode!
(
"
[1,2,3]
"
)
[
1
,
2
,
3
]
"""
@spec
decode!
(
String
.
t
,
opts
::
:jiffy
.
decode_option
(
)
)
::
any
(
)
|
no_return
(
)
def
decode!
(
data
,
opts
\\
[
]
)
do
Write
Preview
Loading…
Cancel
Save