Skip to content

Commit

Permalink
Update function.dd
Browse files Browse the repository at this point in the history
Added explanation of less well-known abbreviation IDL.
  • Loading branch information
ralphtandetzky committed Dec 12, 2013
1 parent 15f2ba3 commit fb8506c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function.dd
Expand Up @@ -789,7 +789,7 @@ int foo(in int x, out int y, ref int z, int q);
$(UL
$(LI The function declaration makes it clear what the inputs and
outputs to the function are.)
$(LI It eliminates the need for IDL as a separate language.)
$(LI It eliminates the need for IDL (interface description language) as a separate language.)
$(LI It provides more information to the compiler, enabling more
error checking and
possibly better code generation.)
Expand Down

0 comments on commit fb8506c

Please sign in to comment.