From 38d92347817bb3c79ae6ee203364482b4e712ed8 Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Wed, 17 Feb 2021 22:37:19 +0100 Subject: [PATCH] Fix some typos in the docs (#5245) --- docs/annotating_code/type_syntax/array_types.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/annotating_code/type_syntax/array_types.md b/docs/annotating_code/type_syntax/array_types.md index 44045fe672d..fcae5ccafc5 100644 --- a/docs/annotating_code/type_syntax/array_types.md +++ b/docs/annotating_code/type_syntax/array_types.md @@ -121,7 +121,7 @@ Optional keys can be denoted by a trailing `?`, e.g.: ## Callable arrays -a array holding a callable, like phps native `call_user_func()` and friends supports it: +An array holding a callable, like PHP's native `call_user_func()` and friends supports it: ```php