Skip to content

Commit fd119ed

Browse files
Fix grammar and typos
Co-authored-by: Andre Sailer <andre.philippe.sailer@cern.ch>
1 parent 572efaa commit fd119ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/datamodel_syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ between objects, just like normal `datatypes`.
157157

158158
## Definition of links
159159
Podio offers a templated `Link` class ([see here for more details](links.md))
160-
that allows to link two arbitrary datatypes without having to introduce a
160+
that allows one to link two arbitrary datatypes without having to introduce a
161161
`OneToOneRelation` or `OneToManyRelation` inside the corresponding datatypes. In
162162
order to keep the full definition of a datamodel in the YAML file it is possible
163163
to declare `links` in the YAML file:

python/podio_gen/julia_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def do_process_interface(self, _, __):
7575
return None
7676

7777
def do_process_link(self, _, __):
78-
"""Julia does not support interface types yet, so this does nothing"""
78+
"""Julia does not support link types yet, so this does nothing"""
7979
return None
8080

8181
def get_upstream_name(self):

0 commit comments

Comments
 (0)