未验证 提交 ac3dae0c 编写于 作者: O Orace 提交者: GitHub

Fix typo in LTree documentation (#2213)

`MatchesLQuery` is translated to the `~` operator.
上级 0fc89f24
......@@ -39,7 +39,7 @@ public bool IsDescendantOf(LTree other)
/// Returns whether this ltree matches <paramref name="lquery"/>.
/// </summary>
/// <remarks>
/// <p>The method call is translated to <c>left &lt;@ right</c>.</p>
/// <p>The method call is translated to <c>left ~ right</c>.</p>
/// <p>See https://www.postgresql.org/docs/current/ltree.html</p>
/// </remarks>
public bool MatchesLQuery(string lquery)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册