Update ch8.md

adding a space after "<" to display the expression correctly
This commit is contained in:
Chengyin Liu 2022-06-03 00:02:29 -07:00 committed by GitHub
parent 1f520e4fa4
commit 72c3118ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
ch8.md
View File

@ -590,7 +590,7 @@ Web 应用程序确实需要预期受终端用户控制的客户端(如 Web
* 单调序列monotonic sequence
如果请求 $x$ 返回了令牌 $t_x$,并且请求 $y$ 返回了令牌 $t_y$,并且 $x$ 在 $y$ 开始之前已经完成,那么 $t_x <t_y$
如果请求 $x$ 返回了令牌 $t_x$,并且请求 $y$ 返回了令牌 $t_y$,并且 $x$ 在 $y$ 开始之前已经完成,那么 $t_x < t_y$
* 可用性availability