Selaa lähdekoodia

Fixed typo in example

pull/149/head
Andrew Dryga 7 vuotta sitten
vanhempi
commit
d4482fb363
No known key found for this signature in database GPG Key ID: 573060ECEB98A9B6
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      lib/jiffy.ex

+ 2
- 2
lib/jiffy.ex Näytä tiedosto

@ -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

Ladataan…
Peruuta
Tallenna