Browse Source

Fixed typo in example

pull/149/head
Andrew Dryga 8 years ago
parent
commit
d4482fb363
No known key found for this signature in database GPG Key ID: 573060ECEB98A9B6
1 changed files with 2 additions and 2 deletions
  1. +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

Loading…
Cancel
Save