OSDN Git Service

Update combination.md
authorXiaobin Ren <xbren@bupt.edu.cn>
Thu, 5 Nov 2020 13:06:19 +0000 (21:06 +0800)
committerGitHub <noreply@github.com>
Thu, 5 Nov 2020 13:06:19 +0000 (21:06 +0800)
docs/math/combination.md

index 1e70470..85d3153 100644 (file)
@@ -169,7 +169,7 @@ $$
 
 ### 不相邻的排列
 
- $1 \sim n$ 这 $n$ 个自然数中选 $k$ 个,这 $k$ 个数中任何两个数不相邻数的组合有 $\displaystyle \binom {n-k+1}{k}$ 种。
+ $1 \sim n$ 这 $n$ 个自然数中选 $k$ 个,这 $k$ 个数中任何两个数都不相邻的组合有 $\displaystyle \binom {n-k+1}{k}$ 种。
 
 ### 错位排列