Skip to content

Commit

Permalink
Fix typo in Class table
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Apr 30, 2024
1 parent 09bd475 commit 9dea7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SELECT * FROM globals WHERE is_volatile

| Name | Type | Description |
| ------ | ------- | ----------------------- |
| name | Text | Global variable name |
| name | Text | Class variable name |
| file | Text | File path |
| line | Integer | Line at the file path |
| column | Integer | Column at the file path |
Expand Down

0 comments on commit 9dea7c2

Please sign in to comment.