Browse Source

Fixed typo in doc

tempestpy_adaptions
Matthias Volk 7 years ago
parent
commit
38cc9b1265
  1. 4
      src/storm/storage/expressions/Variable.h

4
src/storm/storage/expressions/Variable.h

@ -130,9 +130,9 @@ namespace storm {
bool hasRationalType() const; bool hasRationalType() const;
/*! /*!
* Checks whether the variable is of boolean type.
* Checks whether the variable is of numerical type.
* *
* @return True iff the variable if of boolean type.
* @return True iff the variable if of numerical type.
*/ */
bool hasNumericalType() const; bool hasNumericalType() const;

Loading…
Cancel
Save