Skip to content

Commit

Permalink
chore: fix some comments (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyaoting authored Apr 8, 2024
1 parent d9a7002 commit d38f611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resource/static/theme-server-status/js/html5shiv.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/** Name of the expando, to work with multiple documents or to re-shiv one document */
var expando = '_html5shiv';

/** The id for the the documents expando */
/** The id for the documents expando */
var expanID = 0;

/** Cached data for each document */
Expand Down
2 changes: 1 addition & 1 deletion service/singleton/servicesentinel.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (ss *ServiceSentinel) Monitors() []*model.Monitor {
return monitors
}

// LoadStats 加载服务监控器的历史状态信息
// loadMonitorHistory 加载服务监控器的历史状态信息
func (ss *ServiceSentinel) loadMonitorHistory() {
var monitors []*model.Monitor
err := DB.Find(&monitors).Error
Expand Down

0 comments on commit d38f611

Please sign in to comment.