Skip to content

Commit f74d732

Browse files
author
Chris Elion
committed
fix cref error found by doc validation (#5421)
1 parent 5b0bdd2 commit f74d732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.ml-agents/Runtime/Sensors/GridSensorComponent.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class GridSensorComponent : SensorComponent
1818
[HideInInspector, SerializeField]
1919
protected internal string m_SensorName = "GridSensor";
2020
/// <summary>
21-
/// Name of the generated <see cref="GridSensor"/> object.
21+
/// Name of the generated <see cref="GridSensorBase"/> object.
2222
/// Note that changing this at runtime does not affect how the Agent sorts the sensors.
2323
/// </summary>
2424
public string SensorName

0 commit comments

Comments
 (0)