소스 검색

Merge 03d059a09c into 9ea1b35b6e

pull/184/merge
Feng Lee 3 년 전
committed by GitHub
부모
커밋
b2f1c66f22
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/jiffy.erl

+ 1
- 1
src/jiffy.erl 파일 보기

@ -56,9 +56,9 @@
-type decode_options() :: [decode_option()].
-type encode_options() :: [encode_option()].
-export_type([decode_options/0, encode_options/0]).
-export_type([json_value/0, jiffy_decode_result/0]).
-spec decode(iolist() | binary()) -> jiffy_decode_result().
decode(Data) ->
decode(Data, []).

불러오는 중...
취소
저장