質問編集履歴

2

誤記修正

2018/04/11 11:39

投稿

ustst
ustst

スコア31

test CHANGED
File without changes
test CHANGED
@@ -30,23 +30,23 @@
30
30
 
31
31
  ```
32
32
 
33
- $node{"sv1"}[0]=eth0;
33
+ $node{"sv1"}[0]="eth0";
34
34
 
35
- $node{"sv1"}[1]=eth1;
35
+ $node{"sv1"}[1]="eth1";
36
36
 
37
- $node{"sv2"}[0]=eth0;
37
+ $node{"sv2"}[0]="eth0";
38
38
 
39
- $node{"sv2"}[1]=eth1;
39
+ $node{"sv2"}[1]="eth1";
40
40
 
41
- $node{"sv2"}[2]=eth3;
41
+ $node{"sv2"}[2]="eth3";
42
42
 
43
- $node{"sv3"}[0]=eth0;
43
+ $node{"sv3"}[0]="eth0";
44
44
 
45
45
  ```
46
46
 
47
47
 
48
48
 
49
- 数等は不明なので、pushでやりたいのですが、うまく実現出来ません。
49
+ 数等は不明なので、pushでやりたいのですが、うまく実現出来ません。
50
50
 
51
51
 
52
52
 

1

誤記修正

2018/04/11 11:39

投稿

ustst
ustst

スコア31

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  ```
56
56
 
57
- #リストを@listに代入済み。
57
+ #csvのリストを@listに代入済み。
58
58
 
59
59
  #
60
60