1
0
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:
pomadev
2024-03-07 04:52:53 +09:00
committed by GitHub
parent 34717b717d
commit 3e04e3e2f2

View File

@@ -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