Skip to content

Commit e22f9fd

Browse files
committed
Small tidy up of scroll choice doc
1 parent 905fb62 commit e22f9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/arduino-libraries/tc-menu/menu-item-types/scrollchoice-menu-item.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Caching: To cache EEPROM values into RAM call `cacheEepromValues` on the item, i
5454

5555
### Custom rendering option
5656

57-
In this case the menu item will call a custom rendering function that each time information about the item is needed (such as the name or the value of each choice). The designer will create the render function for this automatically, and you can look at many examples for inspiration too.
57+
In this case the menu item will call a custom rendering function each time information about the item is needed (such as the name or the value of each choice). The designer will create the render function for this automatically, and you can look at many examples for inspiration too.
5858

5959
Consult [Runtime Menu Item documentation]({{< relref "based-on-runtimemenuitem.md" >}}) for a more detailed background on callbacks.
6060

0 commit comments

Comments
 (0)