From 3487f84758c2d0f6e5ccc90b75be5e5f0c83f605 Mon Sep 17 00:00:00 2001 From: Jiahao Chen Date: Sat, 12 Apr 2014 10:14:04 +0100 Subject: [PATCH] Update JuliaLang/julia#5949 footnote - footnote comes after punctuation - change tense since issue is closed --- main.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tex b/main.tex index dcd79a5..42cb2dc 100644 --- a/main.tex +++ b/main.tex @@ -433,9 +433,9 @@ \subsection{Argument tuple transformations in \code{index\_shape}} shape (a tuple of integers) of the result. The length of the shape determines the rank of the result array. Many different behaviors are possible, but currently we use the rule that trailing dimensions -indexed with scalars are dropped\footnote{This rule is the subject of +indexed with scalars are dropped.\footnote{This rule has been the subject of some debate in the Julia community \cite{issue5949}. Fortunately it is easy to change, -as we will see.}. +as we will see.} For example: \begin{verbatim}