Skip to content

Commit 5fbd62a

Browse files
authored
docs: nits and avoids mentioning not existing resources (#1203)
nits:doc
1 parent de409e3 commit 5fbd62a

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

Diff for: internal/corazawaf/transaction.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -1292,8 +1292,7 @@ func (tx *Transaction) ProcessResponseBody() (*types.Interruption, error) {
12921292
return tx.interruption, nil
12931293
}
12941294

1295-
// ProcessLogging Logging all information relative to this transaction.
1296-
// An error log
1295+
// ProcessLogging logs all information relative to this transaction.
12971296
// At this point there is not need to hold the connection, the response can be
12981297
// delivered prior to the execution of this method.
12991298
func (tx *Transaction) ProcessLogging() {

Diff for: internal/seclang/directives.go

-3
Original file line numberDiff line numberDiff line change
@@ -774,9 +774,6 @@ func directiveSecAuditLogRelevantStatus(options *DirectiveOptions) error {
774774
// Syntax: SecAuditLogParts [PARTLETTERS]
775775
// Default: ABCFHZ
776776
// ---
777-
// The format of the audit log format is documented in detail in the Audit Log Data
778-
// Format Documentation.
779-
//
780777
// Example:
781778
// ```apache
782779
// SecAuditLogParts ABCFHZ

Diff for: types/transaction.go

-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ type Transaction interface {
148148
ReadResponseBodyFrom(io.Reader) (*Interruption, int, error)
149149

150150
// ProcessLogging Logging all information relative to this transaction.
151-
// An error log
152151
// At this point there is not need to hold the connection, the response can be
153152
// delivered prior to the execution of this method.
154153
ProcessLogging()

0 commit comments

Comments
 (0)