mirror of
https://github.com/labstack/echo.git
synced 2025-11-29 22:48:07 +02:00
fix: some typos (#2596)
This commit is contained in:
2
echo.go
2
echo.go
@@ -70,7 +70,7 @@ type (
|
||||
filesystem
|
||||
common
|
||||
// startupMutex is mutex to lock Echo instance access during server configuration and startup. Useful for to get
|
||||
// listener address info (on which interface/port was listener binded) without having data races.
|
||||
// listener address info (on which interface/port was listener bound) without having data races.
|
||||
startupMutex sync.RWMutex
|
||||
colorer *color.Color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user