Skip to content

Commit

Permalink
Fix grammar and typos
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Sailer <[email protected]>
  • Loading branch information
tmadlener and andresailer authored Nov 5, 2024
1 parent 672e448 commit b0c4387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/datamodel_syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ between objects, just like normal `datatypes`.

## Definition of links
Podio offers a templated `Link` class ([see here for more details](links.md))
that allows to link two arbitrary datatypes without having to introduce a
that allows one to link two arbitrary datatypes without having to introduce a
`OneToOneRelation` or `OneToManyRelation` inside the corresponding datatypes. In
order to keep the full definition of a datamodel in the YAML file it is possible
to declare `links` in the YAML file:
Expand Down
2 changes: 1 addition & 1 deletion python/podio_gen/julia_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def do_process_interface(self, _, __):
return None

def do_process_link(self, _, __):
"""Julia does not support interface types yet, so this does nothing"""
"""Julia does not support link types yet, so this does nothing"""
return None

def get_upstream_name(self):
Expand Down

0 comments on commit b0c4387

Please sign in to comment.