diff options
Diffstat (limited to 'docs/src/cookbooks')
| -rw-r--r-- | docs/src/cookbooks/naming.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/cookbooks/naming.md b/docs/src/cookbooks/naming.md index 150f0639..4caabaff 100644 --- a/docs/src/cookbooks/naming.md +++ b/docs/src/cookbooks/naming.md @@ -42,7 +42,7 @@ name collisions, which are what triggers all those annoying signal name bumps! ### I want to force a signal (or instance) name to something, how do I do that? -Use the `.suggestName` method, which is on all classes which subtype 'Data'. +Use the `.suggestName` method, which is on all classes which subtype `Data`. ### All this prefixing is annoying, how do I fix it? |
