mirror of
https://github.com/Vonng/ddia.git
synced 2025-01-05 15:30:06 +08:00
Update ch8.md
adding a space after "<" to display the expression correctly
This commit is contained in:
parent
1f520e4fa4
commit
72c3118ed5
2
ch8.md
2
ch8.md
@ -590,7 +590,7 @@ Web 应用程序确实需要预期受终端用户控制的客户端(如 Web
|
|||||||
|
|
||||||
* 单调序列(monotonic sequence)
|
* 单调序列(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)
|
* 可用性(availability)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user