This commit is contained in:
Dimitris Apostolou 2018-02-27 04:01:44 +02:00 committed by GitHub
parent be262f065f
commit f979c0074e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class linear_combination;
/********************************* Variable **********************************/
/**
* A variable represents a formal expresison of the form "x_{index}".
* A variable represents a formal expression of the form "x_{index}".
*/
template<typename FieldT>
class variable {