Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Feb 4, 2025
1 parent 805d3e6 commit 72cb3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/ref/core-base.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ prev:

Every [contract](/book/contracts) in Tact implicitly [inherits](/book/contracts#traits) the `BaseTrait{:tact}` trait, which contains a number of the most useful [internal functions](/book/contracts#internal-functions) for any kind of contract, and a constant `self.storageReserve{:tact}` aimed at advanced users of Tact.

:::note
:::tip

Before 1.6.0, `BaseTrait{:tact}` was also implicitly inherited by traits, but now you need to explicitly specify `with BaseTrait{:tact}` for your traits.
Prior to 1.6.0, `BaseTrait{:tact}` was also implicitly inherited by traits, but now you must explicitly specify `with BaseTrait{:tact}` for your traits to use it.

:::

Expand Down

0 comments on commit 72cb3a9

Please sign in to comment.