From 382673e3b434fb36c2d970f5864825e24ed321f6 Mon Sep 17 00:00:00 2001 From: Chris Elion Date: Tue, 8 Jun 2021 09:20:17 -0700 Subject: [PATCH] fix cref error found by doc validation (#5421) --- com.unity.ml-agents/Runtime/Sensors/GridSensorComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.unity.ml-agents/Runtime/Sensors/GridSensorComponent.cs b/com.unity.ml-agents/Runtime/Sensors/GridSensorComponent.cs index fde16b028d..f381dbd039 100644 --- a/com.unity.ml-agents/Runtime/Sensors/GridSensorComponent.cs +++ b/com.unity.ml-agents/Runtime/Sensors/GridSensorComponent.cs @@ -18,7 +18,7 @@ public class GridSensorComponent : SensorComponent [HideInInspector, SerializeField] protected internal string m_SensorName = "GridSensor"; /// - /// Name of the generated object. + /// Name of the generated object. /// Note that changing this at runtime does not affect how the Agent sorts the sensors. /// public string SensorName