aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-03-04 18:07:11 +0100
committerGitHub <noreply@github.com>2021-03-04 17:07:11 +0000
commit47fbf240da2d1b703f4fda93e6133973e79e4bfd (patch)
treefec05d336ce88f5653e356efa7bd2f0e77e34e6e /README.md
parent2eec83025debcaefe7531bbd8ea37478e562e2a2 (diff)
downloadjazzer-api-47fbf240da2d1b703f4fda93e6133973e79e4bfd.tar.gz
Fix a README typo (#33)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b4412a7c..da6452c1 100644
--- a/README.md
+++ b/README.md
@@ -199,7 +199,7 @@ package com.example.MySecondFuzzTarget;
import com.code_intelligence.jazzer.api.FuzzedDataProvider;
public class MySecondFuzzTarget {
- public satic void callApi(int val, String text) {
+ public static void callApi(int val, String text) {
...
}