Spelling
This commit is contained in:
parent
360eebb61a
commit
edc731eb8d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ ifeq ($(otp_17plus),0)
|
||||||
endif
|
endif
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
This will define `namespaced_types` only on Erlang 17+, allowing you to use the same `ifdef`-switch from April.
|
This will define `namespaced_types` only on Erlang 17+, allowing us to use the same `ifdef`-switch from April.
|
||||||
|
|
||||||
{% highlight erlang linenos %}
|
{% highlight erlang linenos %}
|
||||||
-ifdef(namespaced_types).
|
-ifdef(namespaced_types).
|
||||||
|
|
Loading…
Reference in a new issue