From 5e163cd40964b5871a1ec05e75aca64d88ad4a3e Mon Sep 17 00:00:00 2001 From: Jake Zimmerman Date: Thu, 24 Aug 2023 10:48:23 -0700 Subject: [PATCH] Update installation_sorbet.md --- docs/installation_sorbet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation_sorbet.md b/docs/installation_sorbet.md index d9c36a8..0ce4272 100644 --- a/docs/installation_sorbet.md +++ b/docs/installation_sorbet.md @@ -84,8 +84,8 @@ It probably won't be a surprise to have to add `sig` to each test case when using `typed: strict`, but the `T.let` in the initializer is a definite bummer. This could probably be worked around with memoized helpers, but that's outside the scope of Mocktail for now, especially considering [Sorbet may obviate the -need for explicit declaration of instance variables in the -future](https://sorbet-ruby.slack.com/archives/CHN2L03NH/p1687362667489589?thread_ts=1687357401.417039&cid=CHN2L03NH). +need for explicit declaration of certain instance variables in the +future](https://github.com/sorbet/sorbet/issues/3513). ## Configuring your test runner