diff --git a/_posts/2014-12-24-supporting-deprecated-types-with-erlang-mk.md b/_posts/2014-12-24-supporting-deprecated-types-with-erlang-mk.md index cc1ff72..9b5a4f6 100644 --- a/_posts/2014-12-24-supporting-deprecated-types-with-erlang-mk.md +++ b/_posts/2014-12-24-supporting-deprecated-types-with-erlang-mk.md @@ -28,7 +28,7 @@ ifeq ($(otp_17plus),0) endif {% 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 %} -ifdef(namespaced_types).