summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ApplicationThorns.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/UsersGuide/ApplicationThorns.tex')
-rw-r--r--doc/UsersGuide/ApplicationThorns.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/UsersGuide/ApplicationThorns.tex b/doc/UsersGuide/ApplicationThorns.tex
index 55561263..496ea2cb 100644
--- a/doc/UsersGuide/ApplicationThorns.tex
+++ b/doc/UsersGuide/ApplicationThorns.tex
@@ -1336,7 +1336,7 @@ Parameters can be \texttt{GLOBAL}, \texttt{RESTRICTED}, or \texttt{PRIVATE}.
Global parameters are visible to all thorns. Restricted parameters
are visible to any thorn which chooses to \texttt{USE} or \texttt{EXTEND}
it. A private parameter is only visible to the thorn which declares
-it.
+it. The default scope is \texttt{PRIVATE}.
\subsection{Steerable}
\label{sec:Cactus_parameters.steerable}