Skip to content

Commit a204812

Browse files
committed
dot
1 parent ca530cf commit a204812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/decorator_tag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let mood2 = {
3535

3636
</CodeTab>
3737

38-
Notice the different discriminators in the JS output: `TAG` in `mood` vs `kind` in `mood2`
38+
Notice the different discriminators in the JS output: `TAG` in `mood` vs `kind` in `mood2`.
3939

4040
Read more about [using `@tag` with variants](variant.md#tagged-variants).
4141

0 commit comments

Comments
 (0)