From e6b2c972ee3859d4c3fca2d181bab475ef6c5464 Mon Sep 17 00:00:00 2001 From: Gavin Joyce Date: Wed, 13 Feb 2019 21:07:00 +0000 Subject: [PATCH] link --- text/0000-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text/0000-template.md b/text/0000-template.md index e7a731f659..d1a8deb7f7 100644 --- a/text/0000-template.md +++ b/text/0000-template.md @@ -7,7 +7,7 @@ ## Summary -The `{{with}}` helper has always had slightly confusing conditional semantics, this was one of the motivators for introducing the easier to understand `{{let}}` helper. Now that `{{let}}` exists, the remaining use case for using `{{with}}` is for its unique conditional semantics. The name `{{with}}` doesn't accurately represent the helpers behavior, we should rename it to `{{if-let}}`. +The `{{with}}` helper has always had slightly confusing conditional semantics, this was one of the motivators for [introducing](https://github.com/emberjs/rfcs/blob/master/text/0286-block-let-template-helper.md) the easier to understand `{{let}}` helper. Now that `{{let}}` exists, the remaining use case for using `{{with}}` is for its unique conditional semantics. The name `{{with}}` doesn't accurately represent the helpers behavior, we should rename it to `{{if-let}}`. ## Motivation