소스 검색

* high() gives upper bound, not lower bound

carl 23 년 전
부모
커밋
29b8547a59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/ref.tex

+ 1 - 1
docs/ref.tex

@@ -5806,7 +5806,7 @@ Function High (Type identifier or variable reference) : Ordinal;
 \Description
  The return value of \var{High} depends on it's argument:
 \begin{enumerate}
-\item If the argument is an ordinal type, \var{High} returns the lowest
+\item If the argument is an ordinal type, \var{High} returns the highest
  value in the range of the given ordinal type.
 \item If the argument is an array type or an array type variable then
 \var{High} returns the highest possible value of it's index.