Skip to content

Commit

Permalink
Remove 'Module' from docs caption
Browse files Browse the repository at this point in the history
Test Plan: None.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D2869
  • Loading branch information
vrana committed Jun 27, 2012
1 parent bceaa87 commit 21b2cab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .divinerconfig
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"contrib" : "Contributing to libphutil", "contrib" : "Contributing to libphutil",
"working" : "Working with libphutil", "working" : "Working with libphutil",
"util" : "Core Utilities", "util" : "Core Utilities",
"library" : "Phutil Module System", "library" : "Phutil Library System",
"utf8" : "UTF-8", "utf8" : "UTF-8",
"internationalization" : "Internationalization", "internationalization" : "Internationalization",
"filesystem" : "Filesystem", "filesystem" : "Filesystem",
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WHAT IS LIBPHUTIL?
libphutil is a collection of utility classes and functions for PHP. Some libphutil is a collection of utility classes and functions for PHP. Some
features of the library include: features of the library include:


libphutil Module System libphutil Library System
A system for organizing, loading and introspecting PHP classes and functions. A system for organizing, loading and introspecting PHP classes and functions.
Uses static analysis to generate, validate and update library contents and Uses static analysis to generate, validate and update library contents and
includes. Based on Facebook's similar 'flib' system. includes. Based on Facebook's similar 'flib' system.
Expand Down
2 changes: 1 addition & 1 deletion src/docs/overview.diviner
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The major components of libphutil are:
(see @{article:Command Execution}); (see @{article:Command Execution});
- **@{function:xsprintf}**: allows you to define ##sprintf()##-style functions - **@{function:xsprintf}**: allows you to define ##sprintf()##-style functions
which use custom conversions; and which use custom conversions; and
- **Module System**: an introspectable, inventoried system for organizing PHP - **Library System**: an introspectable, inventoried system for organizing PHP
code and managing dependencies, supported by static analysis. code and managing dependencies, supported by static analysis.


= Extending and Contributing = = Extending and Contributing =
Expand Down

0 comments on commit 21b2cab

Please sign in to comment.