Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 08f9282

Browse files
committed
typo in macro name
1 parent 969fc19 commit 08f9282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-ids/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! SPL Program IDs
22
3-
macro_rules! delcare_id_mod {
3+
macro_rules! declare_id_mod {
44
($mod_name:ident, $id_bs58:literal) => {
55
pub mod $mod_name {
66
::solana_program::declare_id!($id_bs58);

0 commit comments

Comments
 (0)