Skip to content

Commit

Permalink
Capitalize "O", see: #414
Browse files Browse the repository at this point in the history
  • Loading branch information
marlitas committed Feb 14, 2023
1 parent a3e06c7 commit eee73ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { LinkableElement } from '../../tandem/js/PhetioObject.js';
import TReadOnlyProperty from './TReadOnlyProperty.js';


type LinkableReadonlyProperty<T> = TReadOnlyProperty<T> & LinkableElement;
export default LinkableReadonlyProperty;
type LinkableReadOnlyProperty<T> = TReadOnlyProperty<T> & LinkableElement;
export default LinkableReadOnlyProperty;

0 comments on commit eee73ee

Please sign in to comment.