소스 검색

Fix typo s/of/on/

pull/3/head
Tuncer Ayaz 10 년 전
부모
커밋
15373a580f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      bootstrap
  2. +1
    -1
      rebar.config

+ 1
- 1
bootstrap 파일 보기

@ -32,7 +32,7 @@ main(Args) ->
%% Erlang 17.
%% At the same time, their counterparts dict() and digraph() are to be
%% deprecated in Erlang 18. namespaced_types option is used to select
%% proper type name depending of the OTP version used.
%% proper type name depending on the OTP version used.
NamespacedTypes = case is_otp(OtpInfo, "^[0-9]+") of
true -> {d, namespaced_types};
false -> undefined

+ 1
- 1
rebar.config 파일 보기

@ -8,7 +8,7 @@
%% Types dict:dict() and digraph:digraph() have been introduced in Erlang 17.
%% At the same time, their counterparts dict() and digraph() are to be
%% deprecated in Erlang 18. namespaced_types option is used to select proper
%% type name depending of the OTP version used.
%% type name depending on the OTP version used.
{erl_opts,
[
{platform_define, "^[0-9]+", namespaced_types}

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