Skip to content

Commit

Permalink
Update 03_language.md
Browse files Browse the repository at this point in the history
fix link

Signed-off-by: Caleb Curry <[email protected]>
  • Loading branch information
CalebCurry authored Oct 13, 2023
1 parent 1c6ef63 commit 22a9f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/leo/03_language.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ program test.aleo {
A Leo program contains declarations of a [Program Scope](#program-scope), [Imports](#import)
, [Transition Functions](#transition-function), [Helper Functions](#helper-function), [Structs](#struct)
, [Records](#record),
[Mappings](#mapping), and [Finalize Functions](#finalize).
[Mappings](#mapping), and [Finalize Functions](#finalize-function).
Declarations are locally accessible within a program file.
If you need a declaration from another Leo file, you must import it.

Expand Down

0 comments on commit 22a9f80

Please sign in to comment.