Skip to content

Commit b29698c

Browse files
Correction function name in comment (#244)
1 parent cc7f57f commit b29698c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ var globalServerBounds *Bounds
6262
var globalTimeToLive = -1
6363

6464
// A global array of Layer where the state is held for performance
65-
// Refreshed when LoadLayerTableList is called
65+
// Refreshed when loadLayers is called
6666
// Key is of the form: schemaname.tablename
6767
var globalLayers map[string]Layer
6868
var globalLayersMutex = &sync.Mutex{}

0 commit comments

Comments
 (0)