Skip to content

Commit

Permalink
Update synapse/models/transport.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cisphyx <[email protected]>
  • Loading branch information
invisig0th and Cisphyx authored Jan 21, 2025
1 parent 1714992 commit 516edf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/models/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def getModelDefs(self):
# TODO is transport:journey a thing?

('transport:cargo', ('guid', {}), {
'doc': 'Cargo being carried by a vehicle on trip.'}),
'doc': 'Cargo being carried by a vehicle on a trip.'}),

('transport:point', ('str', {'lower': True, 'onespace': True}), {
'doc': 'A departure/arrival point such as an airport gate or train platform.'}),
Expand Down

0 comments on commit 516edf7

Please sign in to comment.