You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,9 +192,9 @@ Sorbet's typed enums require sub-classing of the [`T::Enum` class](https://sorbe
192
192
Since this library does not depend on `sorbet-runtime`, it uses a [`T.all` intersection type](https://sorbet.org/docs/intersection-types) with a ruby primitive type to construct a "tagged alias" instead.
193
193
194
194
```ruby
195
-
moduleLithic::Models::AccountFinancialAccountType
195
+
moduleLithic::AccountFinancialAccountType
196
196
# This alias aids language service driven navigation.
0 commit comments