Skip to content

Commit 25a807c

Browse files
authored
Fixes CTRE doc location
1 parent 36be660 commit 25a807c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WPILib/Interfaces/ICANSpeedController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public enum LimitMode
151151
};
152152

153153
/// <summary>
154-
/// Interface for CAN Speed Controllers like CANTalon and <see cref="CANJaguar"/>
154+
/// Interface for CAN Speed Controllers like <see cref="CTRE.CANTalon">CANTalon</see> and <see cref="CANJaguar"/>
155155
/// </summary>
156156
// ReSharper disable once PossibleInterfaceMemberAmbiguity
157157
public interface ICANSpeedController : ISpeedController, IPIDInterface, ILiveWindowSendable

0 commit comments

Comments
 (0)