Skip to content

Commit e80df7a

Browse files
authored
fix typo, Update getting-started.md (#8340)
1 parent b77ee3f commit e80df7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/languages/go/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ func rolldice(w http.ResponseWriter, r *http.Request) {
415415
}
416416
logger.InfoContext(ctx, msg, "result", roll)
417417

418-
// 为这个指标定义一个熟悉,表示是骰子点数值。
418+
// 为这个指标定义一个属性,表示是骰子点数值。
419419
rollValueAttr := attribute.Int("roll.value", roll)
420420
span.SetAttributes(rollValueAttr)
421421
rollCnt.Add(ctx, 1, metric.WithAttributes(rollValueAttr))

0 commit comments

Comments
 (0)