We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad29898 commit 87056e5Copy full SHA for 87056e5
docs/core/diagnostics/snippets/Metrics/Program.cs
@@ -64,7 +64,7 @@ class Program
64
static Counter<int> s_hatsSold = s_meter.CreateCounter<int>(
65
name: "hats-sold",
66
unit: "Hats",
67
- description: "The number of ats sold in our store");
+ description: "The number of hats sold in our store");
68
69
static void Main(string[] args)
70
{
0 commit comments