m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--definitions.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/definitions.sty b/definitions.sty
index f3731ea..2bef5e3 100644
--- a/definitions.sty
+++ b/definitions.sty
@@ -9,14 +9,14 @@
% #1 (optional): Fixed parameters of the problem
% #2: Name of query problem
% #3: The structure to preprocess
-% #4: Queries to handle
+% #4: Questions to handle
\newcommand{\queryproblem}[4][]{
\begin{problem}
\upshape
\textsc{#2} \\
\ifthenelse{\equal{#1}{}}{}{\textbf{Fixed:} #1 \\}
\textbf{Given:} #3 \\
- \textbf{Queries:} #4
+ \textbf{Questions:} #4
\end{problem}
}