From ce08024d88f93bd813926b33e4a4a3d9393e58d9 Mon Sep 17 00:00:00 2001 From: Ravi Makhija Date: Mon, 6 Jan 2025 11:30:21 -0500 Subject: [PATCH] Fix minor typo in index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d7bfef0b5..66925b0e5 100644 --- a/index.html +++ b/index.html @@ -123,7 +123,7 @@

Functional programming

Extensibility and DSLs

-

Elixir has been designed to be extensible, allowing developers naturally extend the language to particular domains, in order to increase their productivity.

+

Elixir has been designed to be extensible, allowing developers to naturally extend the language to particular domains, in order to increase their productivity.

As an example, let's write a simple test case using Elixir's test framework called ExUnit: