swiftui-notes
swiftui-notes copied to clipboard
update throttle to debounce in example
Describe the solution you'd like
Within https://heckj.github.io/swiftui-notes/#patterns-update-interface-userinput - the use of throttle is probably better advised as debounce - although both will work, debounce will probably work a touch better.