this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(readme): fix typo in variable name

authored by

ryan and committed by
Tim Culverhouse
1dbbe575 cac2f799

+1 -1
+1 -1
README.md
··· 261 261 // We heap allocate our model because we will require a stable pointer to it in our Button 262 262 // widget 263 263 const model = try alloc.create(Model); 264 - defer allocator.destroy(model); 264 + defer alloc.destroy(model); 265 265 266 266 // Set the initial state of our button 267 267 model.* = .{