Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Jan 24, 2025
1 parent 46f3093 commit 37fb38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/composableschemadsl/parser/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func (p *sourceParser) consumePartial() AstNode {
partialNode := p.startNode(dslshape.NodeTypePartial)
defer p.mustFinishNode()

// definition ...
// partial ...
p.consumeKeyword("partial")
definitionName, ok := p.consumeTypePath()
if !ok {
Expand Down

0 comments on commit 37fb38d

Please sign in to comment.