Update LiveQuery/LiveQuery/Public/LCQueryExtension.cs

Co-authored-by: Jang Rush <weakish@gmail.com>
oneRain 2021-04-21 12:17:02 +08:00 committed by GitHub
parent c951ff2d30
commit cf6b63eabf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ namespace LeanCloud.LiveQuery {
/// </summary> /// </summary>
public static class LCQueryExtension { public static class LCQueryExtension {
/// <summary> /// <summary>
/// Subscribes this LCQuery to live query. /// Subscribes a LCQuery.
/// </summary> /// </summary>
/// <param name="query"></param> /// <param name="query"></param>
/// <returns></returns> /// <returns></returns>