Skip to content

Commit

Permalink
fix: typo in RELEASE.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gary Donovan <[email protected]>
  • Loading branch information
dartt0n and garyd203 authored Oct 21, 2024
1 parent f3b225a commit 708013f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async def load_data(keys):


dataloader = DataLoader(load_fn=load_data)
dataloader.clean(42) # does not throw KeyError anymore
dataloader.clear(42) # does not throw KeyError anymore
```

This is a patch release with no breaking changes.

0 comments on commit 708013f

Please sign in to comment.