From f2aa49f917de268a8c65ee46a5b6dad81c1c4090 Mon Sep 17 00:00:00 2001 From: Kai O'Reilly Date: Sat, 9 Mar 2024 15:35:21 -0800 Subject: [PATCH] minor doc cleanup --- params/params.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/params/params.go b/params/params.go index c955bdf..5057647 100644 --- a/params/params.go +++ b/params/params.go @@ -197,8 +197,9 @@ type Set struct { //gti:add // description of this param set -- when should it be used? how is it different from the other sets? Desc string `width:"60"` - // Sheet's grouped according to their target and / or function, e.g., - Sheets Sheets `Network" for all the network params (or "Learn" vs. "Act" for more fine-grained), and "Sim" for overall simulation control parameters, "Env" for environment parameters, etc. It is completely up to your program to lookup these names and apply them as appropriate"` + // Sheet's grouped according to their target and / or function. For example, + // "Network" for all the network params (or "Learn" vs. "Act" for more fine-grained), and "Sim" for overall simulation control parameters, "Env" for environment parameters, etc. It is completely up to your program to lookup these names and apply them as appropriate. + Sheets Sheets } // SheetByNameTry tries to find given sheet by name, and returns error