Skip to content

Commit

Permalink
fix cref error found by doc validation (#5421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Elion authored and chriselion committed Jun 10, 2021
1 parent 2e44a71 commit 382673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.unity.ml-agents/Runtime/Sensors/GridSensorComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class GridSensorComponent : SensorComponent
[HideInInspector, SerializeField]
protected internal string m_SensorName = "GridSensor";
/// <summary>
/// Name of the generated <see cref="GridSensor"/> object.
/// Name of the generated <see cref="GridSensorBase"/> object.
/// Note that changing this at runtime does not affect how the Agent sorts the sensors.
/// </summary>
public string SensorName
Expand Down

0 comments on commit 382673e

Please sign in to comment.