mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
SyncTables: address feedback part 1 - naming (broker and zeek)
This commit fixes capitalization issues.
This commit is contained in:
parent
1888d6acae
commit
6d2aa84952
11 changed files with 35 additions and 36 deletions
|
@ -747,7 +747,7 @@ type script_id: record {
|
|||
enum_constant: bool; ##< True if the identifier is an enum value.
|
||||
option_value: bool; ##< True if the identifier is an option.
|
||||
redefinable: bool; ##< True if the identifier is declared with the :zeek:attr:`&redef` attribute.
|
||||
broker_backend: bool; ##< True if the identifier has a broker backend defined using the :zeek:attr:`&backend` attribute.
|
||||
broker_backend: bool; ##< True if the identifier has a Broker backend defined using the :zeek:attr:`&backend` attribute.
|
||||
value: any &optional; ##< The current value of the identifier.
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue