回答編集履歴

1

誤植修正

2018/01/26 02:27

投稿

h_daido
h_daido

スコア824

test CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
  ```ruby
16
16
 
17
- @client.update(hogehoge: @article.title + "#ハッシュタグ" )
17
+ @client.update(hogehoge: @article.title + "# ハッシュタグ" )
18
18
 
19
19
  ````