From 24ae147d8451107aca551ece09923db8ce9408c0 Mon Sep 17 00:00:00 2001 From: ebw44 Date: Thu, 01 Jun 2023 09:08:33 +0000 Subject: [PATCH] doc: correct a typo in features --- --- a/docs/features.md +++ b/docs/features.md @@ -2,7 +2,7 @@ Some features, which exists in jrsonnet, but not yet in other implementations. -Any of those features may be enabled during build time using feature flags, i.e: `--feature=exp-destruct`. +Any of those features may be enabled during build time using feature flags, i.e: `--features=exp-destruct`. ## `exp-destruct` -- gitstuff