This commit is contained in:
Yun-Sheng Chang 2025-02-18 21:00:43 -05:00
parent eacb273f95
commit d9bd8fe4da

View File

@ -101,7 +101,7 @@ func AnnotateContinuousEnd(tag string) {
// Used by users. // Used by users.
func AnnotatePoint(tag, desp, details string) { func Annotate(tag, desp, details string) {
annotation.annotatePointColor(tag, desp, details, COLOR_USER) annotation.annotatePointColor(tag, desp, details, COLOR_USER)
} }