Michele Caini 1 рік тому
батько
коміт
b0a102b9fb
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      docs/md/graph.md

+ 2 - 2
docs/md/graph.md

@@ -246,8 +246,8 @@ builder
 ```
 ```
 
 
 What happens here is that the resource first _sees_ a read-only access request
 What happens here is that the resource first _sees_ a read-only access request
-from the first task, then a read-write request from the second task and finally
-a new read-only request from the first task.<br/>
+from the first task, then a read-only request from the second task and finally
+a read-write request from the first task.<br/>
 Although this definition would probably be counted as an error, the resulting
 Although this definition would probably be counted as an error, the resulting
 graph may be unexpected. This in fact consists of a single edge outgoing from
 graph may be unexpected. This in fact consists of a single edge outgoing from
 the second task and directed to the first task.<br/>
 the second task and directed to the first task.<br/>