Skip to content

Commit

Permalink
Fix typo in reset_origin description
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Oct 11, 2024
1 parent 063c34e commit bfc5e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avtdl/core/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class ActorEntity(BaseModel):
name: str
"""name of a specific entity. Used to reference it in `chains` section. Must be unique within a plugin"""
reset_origin: bool = False
"""treat passthrouth records as if they have originated from this entity,
"""treat throughput records as if they have originated from this entity,
emitting them in every Chain this entity is used"""


Expand Down

0 comments on commit bfc5e45

Please sign in to comment.