From 975081a3a86ad350966c2ff275759bd3721f3089 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Fri, 20 Oct 2017 15:24:15 -0700 Subject: [PATCH] Fix typo: multidimentional --> multidimensional --- doc/build/changelog/unreleased_11/4006.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/unreleased_11/4006.rst b/doc/build/changelog/unreleased_11/4006.rst index d7ced2ba55..a78ebaac2a 100644 --- a/doc/build/changelog/unreleased_11/4006.rst +++ b/doc/build/changelog/unreleased_11/4006.rst @@ -5,4 +5,4 @@ Made further fixes to the :class:`.ARRAY` class in conjunction with COLLATE, as the fix made in :ticket:`4006` failed to accommodate - for a multidimentional array. + for a multidimensional array.