Skip to content

Commit 4196d63

Browse files
fix typo
Co-authored-by: Matthew Elwell <mjelwell89@gmail.com>
1 parent e7e6af4 commit 4196d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flagsmith_sql_flag_engine/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def translate_condition(cond: SegmentCondition, ctx: TranslateContext) -> str |
435435
identity: dict[str, object] = ctx.evaluation_context.get("identity") or {} # type: ignore[assignment]
436436
kind = classification.kind
437437
if not prop:
438-
# In tranditional engine implementations, this branch implies
438+
# In traditional engine implementations, this branch implies
439439
# an identity-less context, which makes no sense for the SQL engine.
440440
# Assume identity key.
441441
value_expr = ctx.dialect.cast_string(ctx.identity_key_expr)

0 commit comments

Comments
 (0)