Skip to content

Commit

Permalink
Put commas around 'depending on context'
Browse files Browse the repository at this point in the history
As suggested by Elena.

Co-authored-by: Elena Shmoylova <eshmoylova@users.noreply.github.com>
  • Loading branch information
henrikt-ma and eshmoylova committed Nov 29, 2021
1 parent 6bf9206 commit 602bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -1538,4 +1538,4 @@ \subsection{Continuous-Time and Non-Discrete-Time Expressions}\label{continuous-
All expressions are continuous-time expressions\index{continuous-time!expression}\index{expression variability!continuous-time} including constant, parameter and discrete-time expressions.
The term \firstuse{non-discrete-time expression}\index{non-discrete-time expression}\index{expression variability!non-discrete-time} refers to expressions that are neither constant, parameter nor discrete-time expressions.
For example, \lstinline!time! is a continuous-time built-in variable (see \cref{component-variability-prefixes-discrete-parameter-constant}) and \lstinline!time + 1! is a non-discrete-time expression.
Note that plain \lstinline!time! may depending on context refer to the continuous-time variable or the non-discrete-time expression.
Note that plain \lstinline!time! may, depending on context, refer to the continuous-time variable or the non-discrete-time expression.

0 comments on commit 602bfaa

Please sign in to comment.