Skip to content

Commit

Permalink
Doc: Fix indentation level in markdown docs. (#1550)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfi-gb authored Jan 10, 2024
1 parent 9ecb6ab commit 64a9e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/nasl/predefined-constants/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These constants are actually variables, i.e., their value can be modified in a s

- Boolean constants
- FALSE = 0
- TRUE = 1
- TRUE = 1
- Plug-in categories
- ACT_INIT: the plug-in just sets a few KB items (kinds of global variables for all plug-ins).
- ACT_SCANNER: the plug-in is a port scanner or something like it (e.g., ping).
Expand Down

0 comments on commit 64a9e86

Please sign in to comment.