From 4659786827170906014552c770549930737cd513 Mon Sep 17 00:00:00 2001 From: Simon Hornby Date: Thu, 19 Sep 2024 10:48:25 +0200 Subject: [PATCH] docs: variant fallback now states that the fallback will be returned when no flag is found --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9083e86..4f1329f5 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,7 @@ Note: `if_enabled` (and `if_disabled`) only support `default_value`, but not `fa #### Variations -If no variant is found in the server, use the fallback variant. +If no flag is found in the server, use the fallback variant. ```ruby fallback_variant = Unleash::Variant.new(name: 'default', enabled: true, payload: {"color" => "blue"})