Skip to content

Commit

Permalink
Merge pull request #2752 from fundamental/master
Browse files Browse the repository at this point in the history
Fixes typo in deprecated.jl
  • Loading branch information
StefanKarpinski committed Apr 4, 2013
2 parents 940a3f8 + ecac950 commit 3eb0c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/deprecated.jl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export PipeString
@deprecate function_loc functionloc
@deprecate compile_hint precompile
@deprecate begins_with beginswith
@deprecate ends_with endswidth
@deprecate ends_with endswith
@deprecate parse_float parsefloat
@deprecate parse_int parseint
@deprecate parse_bin(T,s) parseint(T,s,2)
Expand Down

0 comments on commit 3eb0c05

Please sign in to comment.