Skip to content

Commit 5127d37

Browse files
committed
fix typo
1 parent c26c59a commit 5127d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-kill-library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This method is the only thing you should call to send the signal to process. You
3333
/// </summary>
3434
/// <param name="signal_pid">The signal target process id.</param>
3535
/// <param name="signal_type">The signal type.</param>
36-
void WINDOWSKILLLIBRARY_API sendSignal(DWORD signal_pid, DWORD signal_type);
36+
void sendSignal(DWORD signal_pid, DWORD signal_type);
3737
```
3838
3939
This method will throw an exception in case of any error. If no exception thrown, The signal has been sent successfully.

0 commit comments

Comments
 (0)