diff options
author | Stig S. Bakken <stig@php.net> | 2001-09-08 11:17:25 +0000 |
---|---|---|
committer | Stig S. Bakken <stig@php.net> | 2001-09-08 11:17:25 +0000 |
commit | d07cfabce45bbb79535f8f4459d84be1f72e3941 (patch) | |
tree | 26e9010e9e33ce1eab432100a0613df16fd1dedb | |
parent | b07b4c6029128ba0de28993f8ea009c30e40ca87 (diff) | |
download | php-git-d07cfabce45bbb79535f8f4459d84be1f72e3941.tar.gz |
remove bogus comment :)
-rw-r--r-- | Zend/RFCs/002.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Zend/RFCs/002.txt b/Zend/RFCs/002.txt index ac98e54a70..263c4116c9 100644 --- a/Zend/RFCs/002.txt +++ b/Zend/RFCs/002.txt @@ -114,9 +114,7 @@ before any other statements in the file. # [ssb 2001-09-08]: # Should it be possible to "add" symbols to a namespace by including a -# second file with the same namespace statement? This would screw up -# the 1:1 file/namespace mapping, so I don't think it would be a good -# thing. 3.4 below assumes that it is not possible. +# second file with the same namespace statement? 3.3. Importing Symbols |