From f39f862ab5fc96f905a9c6d61590a3b73937b61c Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Wed, 10 Jan 2024 16:04:37 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5cf747a7..17ce22b9d 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ changes in `julia`. * `@something` and `@coalesce` as short-circuiting versions of `something` and `coalesce` ([#40729]) (since Compat 3.29) -* `pkgversion` Return the version of the package that imported module ([#45607]) (since Compat 4.11) +* `pkgversion(m::Module)` returns the version of the package that loaded a given module ([#45607]) (since Compat 4.11) ## Developer tips