diff options
| author | Jacob Palecki <[email protected]> | 2020-09-23 11:51:59 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-23 11:51:59 -0700 |
| commit | a919b3a8bc981b714adfa95ce60ee58cc3881f0f (patch) | |
| tree | 9b42512936ba6bfff06f53c5b6649d0973a6de26 /grapher/Layouts/LayoutBase.cs | |
| parent | Merge pull request #22 from JacobPalecki/GUI (diff) | |
| download | rawaccel-a919b3a8bc981b714adfa95ce60ee58cc3881f0f.tar.xz rawaccel-a919b3a8bc981b714adfa95ce60ee58cc3881f0f.zip | |
Add to Guide, fix motility name
Diffstat (limited to 'grapher/Layouts/LayoutBase.cs')
| -rw-r--r-- | grapher/Layouts/LayoutBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/LayoutBase.cs b/grapher/Layouts/LayoutBase.cs index b89e2f7..04f5189 100644 --- a/grapher/Layouts/LayoutBase.cs +++ b/grapher/Layouts/LayoutBase.cs @@ -10,7 +10,7 @@ namespace grapher.Layouts public const string Exponent = "Exponent"; public const string Limit = "Limit"; public const string Midpoint = "Midpoint"; - public const string Motility = "Motility"; + public const string Motivity = "Motivity"; public const string Offset = "Offset"; public const string Cap = "Cap"; public const string Weight = "Weight"; |