C++: Fix typo in change note

This commit is contained in:
Jeroen Ketema
2023-08-07 14:30:35 +02:00
parent e795e1c387
commit 073d170253

View File

@@ -1,4 +1,4 @@
---
category: minorAnalysis
---
* The `_Float128x` type is no longer exposed as a builtin type. As this type could not occur any code base, this should only affect queries that explicitly look at the builtin types.
* The `_Float128x` type is no longer exposed as a builtin type. As this type could not occur any code base, this should only affect queries that explicitly looked at the builtin types.