diff options
| author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-07-13 15:12:09 +0200 |
|---|---|---|
| committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-07-13 15:12:09 +0200 |
| commit | 15373a580fa11783a28084f8456211dd84c270b8 (patch) | |
| tree | 0b15e7bfd39cbac83ad19735de051d55d893142d /bootstrap | |
| parent | 71c2f17c9b2eef655423f87a71c767f964f478e2 (diff) | |
Fix typo s/of/on/
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
