Documentation - Fix whitespace and typos (#815)

This commit is contained in:
luzpaz
2025-11-09 16:38:29 -05:00
committed by GitHub
parent 989f00b9c4
commit a47cffd0eb
95 changed files with 507 additions and 512 deletions

View File

@@ -26,7 +26,7 @@
class Expr_GeneralExpression;
class Expr_GeneralRelation;
//! This package describes the data structure of any
//! This package describes the data structure of any
//! expression, relation or function used in mathematics.
//! It also describes the assignment of variables. Standard
//! mathematical functions are implemented such as

View File

@@ -25,7 +25,7 @@
class Expr_NamedExpression;
DEFINE_STANDARD_HANDLE(Expr_NamedExpression, Expr_GeneralExpression)
//! Describe an expression used by its name (as constants
//! Describe an expression used by its name (as constants
//! or variables). A single reference is made to a
//! NamedExpression in every Expression (i.e. a
//! NamedExpression is shared).