Skip to content

Commit 10de876

Browse files
Update README.md
1 parent f8b1216 commit 10de876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 2666-allow-one-function-call/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2><a href="https://leetcode.com/problems/allow-one-function-call/">2666. Allow One Function Call</a></h2><h3>Easy</h3><hr><div><p>Given a function <code>fn</code>, return a new function that is identical to the original function except that it ensures&nbsp;<code>fn</code>&nbsp;is&nbsp;called at most once.</p>
1+
<h2><a href="https://leetcode.com/problems/allow-one-function-call/">2666. Allow One Function Call</a></h2><img src="https://img.shields.io/badge/Easy-brightgreen" alt="Easy" /><hr><div><p>Given a function <code>fn</code>, return a new function that is identical to the original function except that it ensures&nbsp;<code>fn</code>&nbsp;is&nbsp;called at most once.</p>
22

33
<ul>
44
<li>The first time the returned function is called, it should return the same result as&nbsp;<code>fn</code>.</li>

0 commit comments

Comments
 (0)