design icon indicating copy to clipboard operation
design copied to clipboard

Correct function name from `my_fun_opts()` to `my_fun()`

Open MikeJohnPage opened this issue 4 months ago • 0 comments

If I have not misunderstood, the overwriting of my_fun_opts() with a function of the same name is a mistake. I believe the code is meant to imply that if you have a function called my_opts(), you could call opts = my_fun_opts().

MikeJohnPage avatar Feb 12 '24 16:02 MikeJohnPage