From edc731eb8dd61a379c43f40dea04d32a27add6c3 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Wed, 24 Dec 2014 13:27:45 +0100 Subject: [PATCH] Spelling --- _posts/2014-12-24-supporting-deprecated-types-with-erlang-mk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).