chore: fix function name in comment (#6499)

Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
HongKuang
2024-12-03 14:50:37 +08:00
committed by GitHub
parent 0f780dec75
commit 903f3dfe44

View File

@@ -153,7 +153,7 @@ func (v *ManagedResourceView) clusterView(event *tcell.EventKey) *tcell.EventKey
return event
}
// clusterView switch managed resource view to the cluster Namespace view
// clusterNamespaceView switch managed resource view to the cluster Namespace view
func (v *ManagedResourceView) clusterNamespaceView(event *tcell.EventKey) *tcell.EventKey {
v.app.command.run(v.ctx, "cns")
return event