Skip to content

Commit a75a132

Browse files
committed
fix: code sample syntax error
1 parent 0444593 commit a75a132

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

info/api/WebTwain_Buffer.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,10 +2465,8 @@ interface DocumentInfo {
24652465
}
24662466
```
24672467
```javascript
2468-
/**
2469-
* Get the list of all categories and their information.
2470-
*/
2471-
GetFileInfoList():Json
2468+
// Get the list of all categories and their information.
2469+
GetFileInfoList(): Json
24722470
Json:
24732471
[{
24742472
name: "categoryName",

0 commit comments

Comments
 (0)