Skip to content

Commit

Permalink
Fix Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Dec 28, 2024
1 parent 7d35103 commit 95aefc1
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion server/source/command/argument_lexer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package command

// Command Line Argument Lexer
type HTTPLexer struct {
type ArgumentLexer struct {
}
2 changes: 1 addition & 1 deletion server/source/command/argument_parser.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package command

// Command Line Argument Parser
type HTTPParser struct {
type ArgumentParser struct {
}
2 changes: 1 addition & 1 deletion server/source/command/argument_tokenizer.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package command

// Command Line Argument Tokenizer
type HTTPTokenizer struct {
type ArgumentTokenizer struct {
}
1 change: 1 addition & 0 deletions server/test/test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package test
Empty file added test/test.dart
Empty file.

0 comments on commit 95aefc1

Please sign in to comment.