Skip to content

Commit

Permalink
fix method name in spec intro (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot authored Nov 29, 2024
1 parent 75bd8f5 commit f785410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contributors: Jonas Haukenes, Daniel Minor
<h1>Introduction</h1>
<p>Given a `key` and a value, the `getOrInsert` method will return the existing value if it exists, or otherwise
insert the provided default value and return that value.</p>
<p>Similarly, given a `key` and a callback function, the `getOrInsert` method will return the existing value if it
<p>Similarly, given a `key` and a callback function, the `getOrInsertComputed` method will return the existing value if it
exists, or otherwise insert the returned value of the callback function, and return that value.</p>
</emu-intro>

Expand Down

0 comments on commit f785410

Please sign in to comment.