1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

fixing a typo

Test Plan: verus is wrong; versus is correct

Reviewers: vrana

CC:
This commit is contained in:
Bob Trahan 2012-04-13 09:51:52 -07:00
parent 9bfb28253e
commit 5b32a19a08

View file

@ -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