ソースを参照

Fix typo on interface readme (#27)

Fix typo
Fernando Otero 1 年間 前
コミット
d6ff067bb9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      interface/README.md

+ 1 - 1
interface/README.md

@@ -63,7 +63,7 @@ fn create_account(
 }
 ```
 
-Transfer lamports betweem accounts:
+Transfer lamports between accounts:
 
 ```rust
 use solana_rpc_client::rpc_client::RpcClient;