소스 검색

Fixed typo in example

Brad Robinson 11 년 전
부모
커밋
310a8b8caf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -36,7 +36,7 @@ Well almost, you'll probably want some `using PetaJson;` clauses and depending o
 
 To a string:
 
-	var o = new [] { 1, 2, 3 };
+	var o = new int[] { 1, 2, 3 };
 	var json = Json.Format(o);
 
 or, write to a file