solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
143 stars 273 forks source link

fix typo in intro-to-custom-onchain-programs.md #615

Closed hungcq closed 1 week ago

hungcq commented 2 weeks ago

Problem

I found a typo in the code example. The address constants should be strings, as the keys are declared using them below.

Summary of Changes

Change the address constants to string type.

Fixes #