From d556934063e0d7414653e4f43c59766b2d9eafb0 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 3 Oct 2024 10:18:23 -0700 Subject: [PATCH] Update .changeset/sour-bats-compare.md --- .changeset/sour-bats-compare.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/sour-bats-compare.md b/.changeset/sour-bats-compare.md index 76a578a011..f61f0ddaa2 100644 --- a/.changeset/sour-bats-compare.md +++ b/.changeset/sour-bats-compare.md @@ -2,4 +2,4 @@ "@latticexyz/store": patch --- -Added an `unwrap` function to the ResourceIdInstance library, so now it is possible to directly unwrap a ResourceId by doing `id.unwrap()`. +Added an `unwrap` function to the `ResourceIdInstance` library to make it easier to unwrap a `ResourceId` with `resourceId.unwrap()`.