Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestion from @njooma
  • Loading branch information
njooma authored Nov 4, 2025
commit da9d81e17f2380c93dbcaae3aceaf42119d06b60
2 changes: 1 addition & 1 deletion cli/module_generate/scripts/tmpl-module
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type Config struct {
// 3. An error if any Config fields are missing or invalid.
//
// The `path` parameter indicates
// where this resource appears in the robot's JSON configuration
// where this resource appears in the machine's JSON configuration
// (for example, "components.0"). You can use it in error messages
// to indicate which resource has a problem.
func (cfg *Config) Validate(path string) ([]string, []string, error) {
Expand Down
Loading