Skip to content

Commit

Permalink
Add "naive"
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Jun 28, 2017
1 parent 48bd4d8 commit 3aa35d1
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 @@ -23,7 +23,7 @@ SYNOPSIS
DESCRIPTION
===========

Chart::Gnuplot is a Perl 6 bindings for gnuplot. Chart::Gnuplot runs `gnuplot` using `Proc::Async` and enables you to plot chart or graph with Perl6ish interface.
Chart::Gnuplot is a Perl 6 naive bindings for gnuplot. Chart::Gnuplot runs `gnuplot` using `Proc::Async` and enables you to plot chart or graph with Perl6ish interface.

METHODS
-------
Expand Down
2 changes: 1 addition & 1 deletion lib/Chart/Gnuplot.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ Chart::Gnuplot - A Perl 6 bindings for gnuplot
=head1 DESCRIPTION
Chart::Gnuplot is a Perl 6 bindings for gnuplot. Chart::Gnuplot runs C<gnuplot> using C<Proc::Async> and enables you to plot chart or graph with Perl6ish interface.
Chart::Gnuplot is a Perl 6 naive bindings for gnuplot. Chart::Gnuplot runs C<gnuplot> using C<Proc::Async> and enables you to plot chart or graph with Perl6ish interface.
=head2 METHODS
Expand Down

0 comments on commit 3aa35d1

Please sign in to comment.