In [generate.md](https://github.com/matlab-deep-learning/llms-with-matlab/blob/main/doc/functions/generate.md#streamfun--custom-streaming-function), there is a misspelling regarding the example function for streaming. I.e., the following: `@(token) fprint("%s",token)` should read as: `@(token) fprintf("%s",token)`