Skip to content

Commit

Permalink
docs: slightly change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed Nov 6, 2023
1 parent 6fce6fa commit c26ed6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package safeds.lang
* we can remember its results for a set of arguments. Finally, a pure function can be called at any time, allowing
* reordering of calls or parallelization.
*
* **If called on a parameter:** Indicates that the parameter only accepts pure functions.
* **If called on a parameter:** Indicates that the parameter only accepts pure callables.
*/
@Experimental
@Target([AnnotationTarget.Function, AnnotationTarget.Parameter])
Expand Down

0 comments on commit c26ed6c

Please sign in to comment.