소스 검색

README: formatting fix

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

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ Silk does not have any dependency except the amber library ``domite`` that it bu
 
 The metaphor it heavily builds upon is: 
 
-     Each element is a Stream of its children. You can write to that stream, copy that stream to get the copy of the       "cursor" etc. 
+     Each element is a Stream of its children. You can write to that stream, copy that stream to get the copy of the "cursor" etc. 
 
 The package ``silk`` contains only one class ``Silk``, which represents a DOM node _both_ as an element (that can be inserted) and as a stream (which can insert things into itself).