Skip to content

Commit

Permalink
fix typo in mssql scanner (#371)
Browse files Browse the repository at this point in the history
fix typo in mssql scanner

## How to Test
No test, documentation change only

## Notes & Caveats
N/A

## Issue Tracking
N/A
  • Loading branch information
dy7ss authored Feb 18, 2024
1 parent 6c4cec8 commit 2858073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mssql/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// ScanResults contains detailed information about each step of the
// MySQL handshake, and can be encoded to JSON.
// MSSQL handshake, and can be encoded to JSON.
type ScanResults struct {
// Version is the version returned by the server in the PRELOGIN response.
// Its format is "MAJOR.MINOR.BUILD_NUMBER".
Expand Down

0 comments on commit 2858073

Please sign in to comment.