Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e53d23

Browse files
committed
Fix missing parenthesis
1 parent 7233117 commit 0e53d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libprofile.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ \subsection{The \class{Stats} Class \label{profile-stats}}
463463

464464
The order of the printing is based on the last \method{sort_stats()}
465465
operation done on the object (subject to caveats in \method{add()} and
466-
\method{strip_dirs()}.
466+
\method{strip_dirs()}).
467467

468468
The arguments provided (if any) can be used to limit the list down to
469469
the significant entries. Initially, the list is taken to be the

0 commit comments

Comments
 (0)