Skip to content

Commit

Permalink
SQUASH
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiccha committed Apr 9, 2020
1 parent 69e27d5 commit 8f15105
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/ref/create.xml
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ eventually be defined, and that thus no syntax warnings pertaining to its use
should be printed.
<P/>

We recommend to use <Ref Func="DeclareGlobalName"/>/<Ref
We recommend using <Ref Func="DeclareGlobalName"/>/<Ref
Func="BindGlobal"/> instead of <Ref Func="DeclareGlobalVariable"/>/<Ref
Func="InstallValue"/> whenever possible.
<P/>
Expand Down
2 changes: 1 addition & 1 deletion hpcgap/lib/variable.g
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ InstallMethod( FlushCaches, "return method", [], function() end );
## Starting with &GAP; 4.12 one can declare variables with
## <Ref Func="DeclareGlobalName"/> before assigning it via
## <Ref Func="BindGlobal"/>.
## We recommend to use <Ref Func="DeclareGlobalName"/>/<Ref
## We recommend using <Ref Func="DeclareGlobalName"/>/<Ref
## Func="BindGlobal"/> instead of <Ref Func="DeclareGlobalVariable"/>/<Ref
## Func="InstallValue"/> whenever possible.
## <P/>
Expand Down
2 changes: 1 addition & 1 deletion lib/oper.g
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ end );
## Starting with &GAP; 4.12 one can declare variables with
## <Ref Func="DeclareGlobalName"/> before assigning it via
## <Ref Func="BindGlobal"/>.
## We recommend to use <Ref Func="DeclareGlobalName"/>/<Ref
## We recommend using <Ref Func="DeclareGlobalName"/>/<Ref
## Func="BindGlobal"/> instead of <Ref Func="DeclareGlobalVariable"/>/<Ref
## Func="InstallValue"/> whenever possible.
## <P/>
Expand Down
2 changes: 1 addition & 1 deletion lib/variable.g
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ InstallMethod( FlushCaches, "return method", [], function() end );
## Starting with &GAP; 4.12 one can declare variables with
## <Ref Func="DeclareGlobalName"/> before assigning it via
## <Ref Func="BindGlobal"/>.
## We recommend to use <Ref Func="DeclareGlobalName"/>/<Ref
## We recommend using <Ref Func="DeclareGlobalName"/>/<Ref
## Func="BindGlobal"/> instead of <Ref Func="DeclareGlobalVariable"/>/<Ref
## Func="InstallValue"/> whenever possible.
## <P/>
Expand Down

0 comments on commit 8f15105

Please sign in to comment.