Skip to content

Commit

Permalink
file update~
Browse files Browse the repository at this point in the history
  • Loading branch information
Taromatibot committed Jun 14, 2024
1 parent d81e8bb commit 8d311de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/cn/jsstp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@ declare class jsstp_t {
* 获取一个用于查询ghost所支持事件的queryer
* @returns {Promise<ghost_events_queryer_t>} 查询支持事件的queryer
* @example
* jsstp.new_event_queryer().then(queryer =>
* jsstp.new_event_queryer().then(queryer =>
* queryer.check_event("OnTest").then(result =>
* console.log(result)
* )
Expand Down
2 changes: 1 addition & 1 deletion dist/en/jsstp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ declare class jsstp_t {
* Get a queryer for querying events supported by ghost
* @returns {Promise<ghost_events_queryer_t>} Query the queryer for supported events.
* @example
* jsstp.new_event_queryer().then(queryer =>
* jsstp.new_event_queryer().then(queryer =>
* queryer.check_event("OnTest").then(result =>
* console.log(result)
* )
Expand Down
2 changes: 1 addition & 1 deletion dist/jp/jsstp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ declare class jsstp_t {
* ghostがサポートするイベントのクエリーを取得する
* @returns {Promise<ghost_events_queryer_t>} イベントをサポートするクエリへの問い合わせ
* @example
* jsstp.new_event_queryer().then(queryer =>
* jsstp.new_event_queryer().then(queryer =>
* queryer.check_event("OnTest").then(result =>
* console.log(result)
* )
Expand Down

0 comments on commit 8d311de

Please sign in to comment.