Skip to content

Commit 3e04e3e

Browse files
authored
fix: some typos (#2596)
1 parent 34717b7 commit 3e04e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type (
7070
filesystem
7171
common
7272
// startupMutex is mutex to lock Echo instance access during server configuration and startup. Useful for to get
73-
// listener address info (on which interface/port was listener binded) without having data races.
73+
// listener address info (on which interface/port was listener bound) without having data races.
7474
startupMutex sync.RWMutex
7575
colorer *color.Color
7676

0 commit comments

Comments
 (0)