Fix omitted word typo

Very minor edit. Not sure if a fork and PR is the way you'd prefer edits or if I should've just filed an issue/sent an email.
This commit is contained in:
Joe Weaver 2021-06-18 11:17:37 +01:00 committed by GitHub
parent 6a07942428
commit 2a15276005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ of each timestep. First of all, implement a constructor:
}
In the constructor you should parse your fix arguments which are
specified in the script. All fixes have pretty the same syntax:
specified in the script. All fixes have pretty much the same syntax:
``fix <fix-ID> <fix group> <fix name> <fix arguments ...>``. The
first 3 parameters are parsed by Fix base class constructor, while
``<fix arguments>`` should be parsed by you. In our case, we need to