Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
spaette authored Nov 1, 2023
1 parent a957799 commit f867397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ show_msession() # open the default MATLAB session interactive window
get_msession_visiblity() # get the session's visibility state
hide_msession() # hide the default MATLAB session interactive window

# similarily
# similarly
s = MSession()
show_msession(s)
get_msession_visiblity(a)
Expand Down
2 changes: 1 addition & 1 deletion src/MATLAB.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if Sys.iswindows()
# Engine clients are not loaded and unloaded repeatedly
# see: https://www.mathworks.com/matlabcentral/answers/305877-what-is-the-primary-message-table-for-module-77

# initialization is delayed untill first call to MSession
# initialization is delayed until first call to MSession
const persistent_msession_ref = Ref{MSession}()
const persistent_msession_assigned = Ref(false)

Expand Down

0 comments on commit f867397

Please sign in to comment.