mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-24 22:40:55 +01:00
fixing a typo
Test Plan: verus is wrong; versus is correct Reviewers: vrana CC:
This commit is contained in:
parent
9bfb28253e
commit
5b32a19a08
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ For ##Derp##, these classes could be something like:
|
||||||
present the data to the user via one or more View classes.
|
present the data to the user via one or more View classes.
|
||||||
- **DerpEditor**: business logic for workflows that change one or more
|
- **DerpEditor**: business logic for workflows that change one or more
|
||||||
Storage objects. Editor classes are only necessary for particularly
|
Storage objects. Editor classes are only necessary for particularly
|
||||||
complicated edits and should be used pragmatically verus Storage objects.
|
complicated edits and should be used pragmatically versus Storage objects.
|
||||||
- **DerpException**: exceptions used in the ##Derp## application.
|
- **DerpException**: exceptions used in the ##Derp## application.
|
||||||
- **DerpQuery**: query one or more storage objects for pertinent ##Derp##
|
- **DerpQuery**: query one or more storage objects for pertinent ##Derp##
|
||||||
application data. @{class:PhabricatorOffsetPagedQuery} is particularly
|
application data. @{class:PhabricatorOffsetPagedQuery} is particularly
|
||||||
|
|
Loading…
Reference in a new issue