Skip to content

Commit

Permalink
bad edoc type annotation of sel_var()
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger authored and RJ committed Jul 9, 2012
1 parent 56551d4 commit e99363c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions doc/gproc.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ will improve performance.
<pre>pidpat() = pid() | <a href="#type-sel_var">sel_var()</a></pre>


sel_var() = DollarVar | '_'.


###<a name="type-reg_id">reg_id()</a>##

Expand Down Expand Up @@ -140,6 +138,14 @@ l = local registration; g = global registration



###<a name="type-sel_var">sel_var()</a>##



<pre>sel_var() = DollarVar | '_'</pre>



###<a name="type-type">type()</a>##


Expand Down
2 changes: 1 addition & 1 deletion src/gproc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
%% l | g | sel_var(),
%% any()}.
%% @type pidpat() = pid() | sel_var().
%% sel_var() = DollarVar | '_'.
%% @type sel_var() = DollarVar | '_'.
%% @type sel_pattern() = [{headpat(), Guards, Prod}].
%% @type key() = {type(), scope(), any()}.

Expand Down

0 comments on commit e99363c

Please sign in to comment.