summaryrefslogtreecommitdiff
path: root/src/script/api/script_news.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_news.hpp')
-rw-r--r--src/script/api/script_news.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_news.hpp b/src/script/api/script_news.hpp
index ca0656608..441419338 100644
--- a/src/script/api/script_news.hpp
+++ b/src/script/api/script_news.hpp
@@ -61,7 +61,7 @@ public:
* - For #NR_TOWN this parameter should be a valid townID (ScriptTown::IsValidTown).
* @return True if the action succeeded.
* @pre type must be #NT_ECONOMY, #NT_SUBSIDIES, or #NT_GENERAL.
- * @pre text != NULL.
+ * @pre text != nullptr.
* @pre company == COMPANY_INVALID || ResolveCompanyID(company) != COMPANY_INVALID.
* @pre The \a reference condition must be fulfilled.
*/