Fix qldoc + remove deprecation from experimental concepts (as they are still used in another experimental query)

This commit is contained in:
Joe Farebrother
2024-04-03 17:14:34 +01:00
parent fa28d94363
commit 8636a50190
2 changed files with 6 additions and 4 deletions

View File

@@ -1110,7 +1110,7 @@ module Http {
/** Provides a class for modeling bulk header writes on HTTP responses. */
module ResponseHeaderBulkWrite {
/**
*sets multiple headers in an HTTP response using a dict.
* A data-flow node that sets multiple headers in an HTTP response using a dict.
*
* Extend this class to model new APIs. If you want to refine existing API models,
* extend `ResponseHeaderBulkWrite` instead.