소스 검색

README.md: formatting typo

Herbert Vojčík 10 년 전
부모
커밋
a3b20d5e6e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -107,8 +107,8 @@ strings (without reserved characters),
 whole numbers (float ones use decimal dot, which is used as delimiter),
 or a sub-expression within parentheses (`()`).
 
-The syntax is resembling Smalltalk literal array syntax very closely
-- so similar or same expressions can be used in API in code as well
+The syntax is resembling Smalltalk literal array syntax very closely -
+so similar or same expressions can be used in API in code as well
 as in `data-trap` attribute.
 For example paths `#((value))` and `#((todos) 1 done)` from API examples
 in previous chapter could be written in `data-trap` as `'(value)'` and `'(todos) 1 done'`.