소스 검색

[PATCH 1/2] Try out structs as values.

Beoran 5 년 전
부모
커밋
bf5add20b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      value.go

+ 1 - 1
value.go

@@ -378,7 +378,7 @@ func From(from Value, to interface{}) error {
 	return from.Convert(to)
 }
 
-// ParseOptArgs ia helper to easily convert Muesli value lists to "normal" 
+// ParseOptArgs is helper to easily convert Muesli value lists to "normal" 
 // Go values. args is the input, required is the amount of required aruments, 
 // and to are pointers to where to store the data. The args are converted by 
 // calling the  Convert() method on them.