From 2a1527600540ecac2ce77a5284d6d0643cb20e45 Mon Sep 17 00:00:00 2001 From: Joe Weaver Date: Fri, 18 Jun 2021 11:17:37 +0100 Subject: [PATCH] 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. --- doc/src/Developer_write.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Developer_write.rst b/doc/src/Developer_write.rst index 5e0f9d12bb..37ac9ca126 100644 --- a/doc/src/Developer_write.rst +++ b/doc/src/Developer_write.rst @@ -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 ``. The first 3 parameters are parsed by Fix base class constructor, while ```` should be parsed by you. In our case, we need to