From 103a9f3aed285a5218cbffd8757689a14c6b1249 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:59:22 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d2dea7aa..402999245 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ changes in `julia`. ## Supported features - * `Compat.@constprop :aggressive ex` and `Compat.@constprop :none ex` allow control over constant-propagation during inference on Julia versions that support this feature, and otherwise just pass back `ex`. ([#42125]) (since Compat 3.36) +* `Compat.@constprop :aggressive ex` and `Compat.@constprop :none ex` allow control over constant-propagation during inference on Julia versions that support this feature, and otherwise just pass back `ex`. ([#42125]) (since Compat 3.36) * `Returns(value)` returns `value` for any arguments ([#39794]) (since Compat 3.35)