Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Wilf Wilson <wilf@wilf-wilson.net>
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
3 people authored Mar 16, 2021
1 parent ec3747e commit 3c0f490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/streams.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1242,11 +1242,11 @@ DeclareGlobalFunction( "InputFromUser" );
## <Func Name="OpenExternal" Arg='filename'/>
##
## <Description>
## Open the file <A>filename</A> using the standard application for this file
## provided by the operating system. This can be used to open files like HTML and PDF
## Open the file <A>filename</A> using the default application for this file
## in the operating system. This can be used to open files like HTML and PDF
## files in the GUI.
## </Description>
## </ManSection>
## <#/GAPDoc>
##
DeclareGlobalFunction( "OpenExternal" );
DeclareGlobalFunction( "OpenExternal" );

0 comments on commit 3c0f490

Please sign in to comment.