Skip to content

Commit

Permalink
Update 03_language.md (#296)
Browse files Browse the repository at this point in the history
* Update 03_language.md

fix link

Signed-off-by: Caleb Curry <[email protected]>

* fix link

---------

Signed-off-by: Caleb Curry <[email protected]>
Co-authored-by: collin <[email protected]>
  • Loading branch information
CalebCurry and collinc97 authored Oct 14, 2023
1 parent 1c6ef63 commit 65184b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion documentation/sdk/typescript/00_sdk_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ export default App;
</details>
A full example of this implementation can be found [here](https://github.com/AleoHQ/sdk/blob/testnet3/create-aleo-app/template-react/src/App.jsx)
A full example of this implementation can be found [here](https://github.com/AleoHQ/sdk/blob/testnet3/create-aleo-app/template-react-leo/src/App.jsx)
## 3. Aleo Credit Transfers
Expand Down

0 comments on commit 65184b7

Please sign in to comment.