From b6d3cb4a7f3a1c556bba79f63f29b3e6b136b1c0 Mon Sep 17 00:00:00 2001 From: michaelkatz Date: Tue, 16 Apr 2024 08:00:29 -0700 Subject: [PATCH] Fix typos in 1.4.0-alpha01 release notes PiperOrigin-RevId: 625332081 (cherry picked from commit 83d1600c7e0a4dfb52f1b41193848dce0f773e07) --- RELEASENOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9a21148826..b14e3a4ecb 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -58,8 +58,8 @@ This release includes the following changes since the * Update Overlay matrix implementation to make it consistent with the documentation by flipping the x and y values applied in `setOverlayFrameAnchor()`. If using - `OverlaySettings.Builder.setOverlayFrameAnchor()`, flip their x - and y values by multiplying them by `-1`. + `OverlaySettings.Builder.setOverlayFrameAnchor()`, flip their x and y + values by multiplying them by `-1`. * Session: * Change default of `CommandButton.enabled` to `true` and ensure the value can stay false for controllers even if the associated command is