Kaynağa Gözat

Fixed typo in example

pull/149/head
Andrew Dryga 7 yıl önce
ebeveyn
işleme
d4482fb363
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 573060ECEB98A9B6
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      lib/jiffy.ex

+ 2
- 2
lib/jiffy.ex Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet