summaryrefslogtreecommitdiff
path: root/grapher/Layouts/LayoutBase.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-23 11:51:59 -0700
committerJacob Palecki <[email protected]>2020-09-23 11:51:59 -0700
commita919b3a8bc981b714adfa95ce60ee58cc3881f0f (patch)
tree9b42512936ba6bfff06f53c5b6649d0973a6de26 /grapher/Layouts/LayoutBase.cs
parentMerge pull request #22 from JacobPalecki/GUI (diff)
downloadrawaccel-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.cs2
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";