Skip to content

Commit

Permalink
📝 Remove duplicated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChmielewskiKamil committed Dec 14, 2024
1 parent 3aec100 commit ff8f464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbols/symbols.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Symbol interface {
}

type BaseSymbol struct {
Name string // symbol name e.g. "Vault", "add", "balanceOf", "x", "Ownable" SourceFile *token.SourceFile // Pointer to the source file were symbol was declared
Name string // symbol name e.g. "Vault", "add", "balanceOf", "x", "Ownable"
SourceFile *token.SourceFile // Pointer to the source file were symbol was declared.
Offset token.Pos // Offset to the symbol name.
References []Reference // Places where the symbol was used.
Expand Down

0 comments on commit ff8f464

Please sign in to comment.