Skip to content

Commit a192632

Browse files
Chris ElionSebastian-Schuchmann
andauthored
Wrong variable naming in code example (#3983) (#3988)
Co-authored-by: Sebastian Schuchmann <[email protected]>
1 parent 195efa9 commit a192632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Using-Tensorboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@ To get custom metrics from a C# environment into Tensorboard, you can use the
129129

130130
```csharp
131131
var statsRecorder = Academy.Instance.StatsRecorder;
132-
statsSideChannel.Add("MyMetric", 1.0);
132+
statsRecorder.Add("MyMetric", 1.0);
133133
```

0 commit comments

Comments
 (0)