Skip to content

Commit d398987

Browse files
Fix: typo
1 parent f563d17 commit d398987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/rpc/syncing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ func (s *Syncing) UnmarshalJSON(data []byte) error {
3434
return nil
3535
}
3636

37-
// Syncing - Returns an object about the sync status, or false if the node is not synching
37+
// Syncing - Returns an object about the sync status, or false if the node is not syncing
3838
func (api API) Syncing(ctx context.Context, opts ...RequestOption) (*Response[Syncing], error) {
3939
request := api.prepareRequest("starknet_syncing", []any{}, opts...)
4040

0 commit comments

Comments
 (0)