Skip to content

Commit f321adf

Browse files
mbgowen-mc
andcommitted
Fix typo
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent 10109b4 commit f321adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/InconsistentCode/UnhandledCloseWritableHandle.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Writable file handled closed without error handling
2+
* @name Writable file handle closed without error handling
33
* @description Errors which occur when closing a writable file handle may result in data loss
44
* if the data could not be successfully flushed. Such errors should be handled
55
* explicitly.

0 commit comments

Comments
 (0)