这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/types/txikijs.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ declare global {
/**
* Alerts the user about something.
*
* @param masg The message that will be displayed.
* @param msg The message that will be displayed.
*/
function alert(msg:string): Promise<void>;

Expand Down Expand Up @@ -337,7 +337,7 @@ declare global {
/**
* Returns the string representing the given error number.
*
* @param code Error number.
* @param errno Error number.
*/
strerror(errno: number): string;
}
Expand Down