From a0316bb0d21c6d4d882f0294206255d021b7759f Mon Sep 17 00:00:00 2001 From: fvromera <32909196+fvromera@users.noreply.github.com> Date: Mon, 24 May 2021 08:47:44 +0200 Subject: [PATCH] Fixed wrong title IndexedArray --- en/translate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/translate.md b/en/translate.md index 3b4561cefa94..34e85542f53d 100644 --- a/en/translate.md +++ b/en/translate.md @@ -580,7 +580,7 @@ $translator->_( ); // Hello Henry, good night ! ``` -### AssociatedArray +### IndexedArray [Phalcon\Translate\Interpolator\IndexedArray][indexedarray] is another option that you can use as the interpolator. This interpolator follows the [sprintf][sprintf] convention. ```php