Skip to content

Commit

Permalink
Close parentheses in Dict\pull docstring
Browse files Browse the repository at this point in the history
Summary: Noticed this while looking at the docs

Reviewed By: mdko

Differential Revision: D51114172

fbshipit-source-id: 3121df485dc30bbb214a9818ea60732b1e64e6d0
  • Loading branch information
mbejar-meta authored and facebook-github-bot committed Nov 8, 2023
1 parent 9e8ccad commit 3fed9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/transform.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function map_with_key<Tk as arraykey, Tv1, Tv2>(
* - keys are the result of calling `$key_func` on the original value.
* In the case of duplicate keys, later values will overwrite the previous ones.
*
* Time complexity: O(n * (f1 + f2), where f1 is the complexity of `$value_func`
* Time complexity: O(n * (f1 + f2)), where f1 is the complexity of `$value_func`
* and f2 is the complexity of `$key_func`
* Space complexity: O(n)
*/
Expand Down

0 comments on commit 3fed9b6

Please sign in to comment.