Update a few misc FRC references (NFC) (#8824)

This commit is contained in:
sciencewhiz
2026-04-26 15:09:14 -07:00
committed by GitHub
parent e5980b46ef
commit c511fcc160
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import java.io.File;
import org.wpilib.framework.RobotBase;
/**
* Class for interacting with the Filesystem, particularly, interacting with FRC-related paths on
* Class for interacting with the Filesystem, particularly, interacting with WPILib-related paths on
* the system, such as the launch and deploy directories.
*
* <p>This class is primarily used for obtaining resources in src/main/deploy, and the systemcore