Skip to content

Commit cd5c0c2

Browse files
authored
chore: fix some minor issues in comments (#2645)
1 parent 56a6ff3 commit cd5c0c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ local:
1414
# region: us-east-1
1515
# bucket: your_own_bucket
1616

17-
# Remember not to checkin your GCS keyfile to a repository
17+
# Remember not to check in your GCS keyfile to a repository
1818
# google:
1919
# service: GCS
2020
# project: your_project

test/utils/ckb_utils_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class CkbUtilsTest < ActiveSupport::TestCase
280280
assert_nil CkbUtils.parse_dao(nil)
281281
end
282282

283-
test ".parse_dao should return one open sturct with right attributes" do
283+
test ".parse_dao should return one open struct with right attributes" do
284284
dao = "0x80d6ccc02604d52ebc30325a84902300e7d511536bb20a00002b5625ba150007"
285285
bin_dao = CKB::Utils.hex_to_bin(dao)
286286
c_i = bin_dao[0..7].unpack("Q<").pack("Q>").unpack1("H*").hex

0 commit comments

Comments
 (0)