瀏覽代碼

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;