Skip to content

Commit

Permalink
fix type of challenge spec
Browse files Browse the repository at this point in the history
  • Loading branch information
decoch committed Oct 27, 2019
1 parent 3c50ac8 commit a07a9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/basic/step01_variable_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def help_method_argument_mutable_methodcall(sea, land)
# (変数を以下のように定義しましょう):
# o ローカル変数、名前はsea, 型はString, 初期値は "mystic"
# o ローカル変数、名前はland, 型はInteger, 初期値は null
# o インスタンス変数、名前はpiari, 型はint, 初期値なし
# o インスタンス変数、名前はpiari, 型はInteger, 初期値なし
# o すべての変数をlog()でカンマ区切りの文字列で表示
it 'variable writing' do
end
Expand Down

0 comments on commit a07a9d5

Please sign in to comment.