Skip to content

Commit 8685bac

Browse files
committed
Fix a typo
1 parent 796471c commit 8685bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/editing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When adding new functions or methods, there are a few options:
1111

1212
### Option A: Generating stub using `gen_stub.php`
1313
This is the new preferred way to generate files for new extensions, classes, functions
14-
or methods using [`get_stub.php`][gen_stub]. The script is found in the [php-src][php-src]
14+
or methods using [`gen_stub.php`][gen_stub]. The script is found in the [php-src][php-src]
1515
repository and uses the stub files to generate documentation (DocBook) files.
1616

1717
### Option B: Generating files using docgen

0 commit comments

Comments
 (0)