Skip to content

Commit c879e2b

Browse files
committed
update changeset
1 parent 8f75d43 commit c879e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/dry-camels-accept.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Added experimental system libraries for World systems for easier ergonomics when
77
Note that these libraries are marked experimental as we may make breaking changes to their interfaces.
88

99
```solidity
10-
import { worldRegistrationSystem } from "@latticexyz/world/src/experimental/codegen/systems/WorldRegistrationSystemLib.sol";
10+
import { worldRegistrationSystem } from "@latticexyz/world/src/codegen/experimental/systems/WorldRegistrationSystemLib.sol";
1111
1212
// equivalent to `IBaseWorld(_world()).registerNamespace("hello")` but directly routed through `world.call` for better gas.
1313
worldRegistrationSystem.registerNamespace("hello");

0 commit comments

Comments
 (0)