From eaf24ddbbbae40a7aab0ff6d7095f6fab195be45 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Fri, 17 Oct 2025 20:53:31 +0200 Subject: [PATCH] Fix typo in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6a07335..0075ea0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "php-ds/ext-ds", - "description": "An extension providing efficient internal data structures as an alterantive to arrays", + "description": "An extension providing efficient internal data structures as an alternative to arrays", "type": "php-ext", "license": "MIT", "keywords": [],