From a5b2eb4b5e06065e1d20a58cc40810c2faabd15f Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Fri, 3 Nov 2023 17:19:01 -0700 Subject: [PATCH] Fix inline html --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5672af0862c52..a5d237f65d522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -174,7 +174,7 @@ current changes on git with [previous release tags][git_tag_comparison]. - [docs: Use intradoc links for method references.][9958] - [Remove States::variants and remove enum-only restriction its derive][9945] - [`as_deref_mut()` method for Mut-like types][9912] -- [refactor: Change Option> query params to Has][9959] +- [refactor: Change `Option>` query params to `Has`][9959] - [Hide `UnsafeWorldCell::unsafe_world`][9741] - [Add a public API to ArchetypeGeneration/Id][9825] - [Ignore ambiguous components or resources][9895]